summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-08-07 00:07:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-08-07 00:07:02 -0700
commit115baf602655e84d93b6d26feba16a8fadab1292 (patch)
tree5e822fb34f22644ba217e479b14cf52a65a98ddf /Makefile
parentff21aee6c21f16b001c5052668a2d7b9c731ee17 (diff)
downloadsyslinux-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb411e7a..de0d2fda 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \