summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 25979b0efdb3..7301b039f96e 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -8,12 +8,11 @@
# docproc: Preprocess .tmpl file in order to generate .sgml documentation
# conmakehash: Create arrays for initializing the kernel console tables
-host-progs := fixdep split-include conmakehash docproc
+host-progs := fixdep split-include conmakehash docproc kallsyms
build-targets := $(host-progs)
# Let clean descend into subdirs
subdir- := lxdialog kconfig
# fixdep is needed to compile other host programs
-$(obj)/split-include $(obj)/docproc \
-$(obj)/conmakehash: $(obj)/fixdep
+$(obj)/split-include $(obj)/docproc $(obj)/conmakehash: $(obj)/fixdep