diff options
Diffstat (limited to 'target-i386/Makefile.objs')
-rw-r--r-- | target-i386/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs new file mode 100644 index 0000000000..93c6f3fce5 --- /dev/null +++ b/target-i386/Makefile.objs @@ -0,0 +1,3 @@ +obj-$(CONFIG_KVM) += hyperv.o +obj-$(CONFIG_LINUX_USER) += ioport-user.o +obj-$(CONFIG_BSD_USER) += ioport-user.o |