aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/Makefile.inc')
-rw-r--r--util/x86emu/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/x86emu/Makefile.inc b/util/x86emu/Makefile.inc
index ec90694dca..52a69b17a8 100644
--- a/util/x86emu/Makefile.inc
+++ b/util/x86emu/Makefile.inc
@@ -18,9 +18,9 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-subdir-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += x86emu
+subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += x86emu
obj-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += biosemu.c
-subdir-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += pcbios
+subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += pcbios
obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.o
obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.o