aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 01e7adb838d9..1d07860f6c42 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -27,10 +27,10 @@ always := $(hostprogs-y) $(hostprogs-m)
27hostprogs-y += unifdef docproc 27hostprogs-y += unifdef docproc
28 28
29# These targets are used internally to avoid "is up to date" messages 29# These targets are used internally to avoid "is up to date" messages
30PHONY += build_unifdef 30PHONY += build_unifdef build_docproc
31build_unifdef: scripts/unifdef FORCE 31build_unifdef: $(obj)/unifdef
32 @: 32 @:
33build_docproc: scripts/docproc FORCE 33build_docproc: $(obj)/docproc
34 @: 34 @:
35 35
36subdir-$(CONFIG_MODVERSIONS) += genksyms 36subdir-$(CONFIG_MODVERSIONS) += genksyms