aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-08-25 19:46:50 +0000
committerMyles Watson <mylesgw@gmail.com>2009-08-25 19:46:50 +0000
commit879c17784f88994c03e90aca85710d7aac6582de (patch)
treea7867c658bbfeaade3bca06d9e2c6728679f9640 /util/x86emu
parent2b7418ecc6f0c42b5ab6ebccb1a33d1422040404 (diff)
Correct typos /subdir/subdirs/ in documentation and util/x86emu/Makefile.inc.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4582 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/x86emu')
-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