diff options
Diffstat (limited to 'hw/hyperv/Makefile.objs')
-rw-r--r-- | hw/hyperv/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/hyperv/Makefile.objs b/hw/hyperv/Makefile.objs new file mode 100644 index 0000000000..edaca2f763 --- /dev/null +++ b/hw/hyperv/Makefile.objs @@ -0,0 +1,2 @@ +obj-y += hyperv.o +obj-$(CONFIG_HYPERV_TESTDEV) += hyperv_testdev.o |