aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c66779c..dffe44c1 100644
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,7 @@ depend: local-depend
# Shortcut to build unix/syslinux using klibc
klibc:
$(MAKE) clean
- $(MAKE) CC=klcc ITARGET= ISUBDIRS=unix BSUBDIRS=
+ $(MAKE) CC=klcc ITARGET= ISUBDIRS='unix extlinux' BSUBDIRS=
# Hook to add private Makefile targets for the maintainer.
-include Makefile.private