Sebastian Herbszt
2008-Aug-29 19:56 UTC
[syslinux] [PATCH] Makefile: add modules to BSUBDIRS
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 \