summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2008-08-29 21:56:30 +0200
committerH. Peter Anvin <hpa@zytor.com>2008-08-29 13:43:38 -0700
commit3d39943921406d5ca7c543f0aec6d20300150fe3 (patch)
tree0dea5b925d6d7d972c91a1cbcb3b260ce031153d
parentc86b04768047e24a6108c08bcecd6d9fd5d19c63 (diff)
downloadsyslinux-3d39943921406d5ca7c543f0aec6d20300150fe3.tar.gz
Makefile: add modules to BSUBDIRS
Add modules directory to BSUBDIRS.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 040a7ed1..6889e9ef 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ BOBJECTS = $(BTARGET) \
# Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
-BSUBDIRS = codepage core memdisk com32 mbr memdump gpxe sample \
+BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \
libinstaller dos win32
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com utils/gethostip utils/mkdiskimage \