summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-03-16 13:56:57 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-03-16 13:56:57 -0700
commit21214550ff7feb1ef09a55e530dfa941804d67e2 (patch)
tree67d214d77a57957a19eb12303c2007cce8fa3f39
parent709bf7cb06bdef1483201eae4484ee73733338bd (diff)
downloadsyslinux-21214550ff7feb1ef09a55e530dfa941804d67e2.tar.gz
Makefile: build the diag directory
Build the diag directory (diagnostic aids). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93f4e845..0694c770 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ BOBJECTS = $(BTARGET) \
# 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 gpxe sample \
- libinstaller dos win32 win64 dosutil
+ diag libinstaller dos win32 win64 dosutil
ITARGET =
IOBJECTS = $(ITARGET) \
utils/gethostip utils/isohybrid utils/mkdiskimage \