diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2008-08-29 21:56:30 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-08-29 13:43:38 -0700 |
commit | 3d39943921406d5ca7c543f0aec6d20300150fe3 (patch) | |
tree | 0dea5b925d6d7d972c91a1cbcb3b260ce031153d /Makefile | |
parent | c86b04768047e24a6108c08bcecd6d9fd5d19c63 (diff) | |
download | syslinux-3d39943921406d5ca7c543f0aec6d20300150fe3.tar.gz |
Makefile: add modules to BSUBDIRS
Add modules directory to BSUBDIRS.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |