diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-07 00:07:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-07 00:07:02 -0700 |
commit | 115baf602655e84d93b6d26feba16a8fadab1292 (patch) | |
tree | 5e822fb34f22644ba217e479b14cf52a65a98ddf /Makefile | |
parent | ff21aee6c21f16b001c5052668a2d7b9c731ee17 (diff) | |
download | syslinux-115baf602655e84d93b6d26feba16a8fadab1292.tar.gz |
Makefile: add back the gpxe directory
Add the gpxe directory back into the build.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,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 com32 lzo core memdisk modules mbr memdump sample \ +BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ libinstaller dos win32 ITARGET = IOBJECTS = $(ITARGET) dos/copybs.com \ |