From 115baf602655e84d93b6d26feba16a8fadab1292 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 7 Aug 2009 00:07:02 -0700 Subject: Makefile: add back the gpxe directory Add the gpxe directory back into the build. Signed-off-by: H. Peter Anvin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.1