[syslinux] [PATCH] Makefile: add modules to BSUBDIRS

Sebastian Herbszt herbszt at gmx.de
Fri Aug 29 12:56:30 PDT 2008


Add modules directory to BSUBDIRS.

- Sebastian

diff --git a/Makefile b/Makefile
index 040a7ed..6889e9e 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 \




More information about the Syslinux mailing list