aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/basic/Makefile')
-rw-r--r--scripts/basic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile
index 4fcef87bb875..afbc1cd69ac5 100644
--- a/scripts/basic/Makefile
+++ b/scripts/basic/Makefile
@@ -9,6 +9,7 @@
9# fixdep: Used to generate dependency information during build process 9# fixdep: Used to generate dependency information during build process
10 10
11hostprogs-y := fixdep 11hostprogs-y := fixdep
12hostprogs-$(CONFIG_IKCONFIG) += bin2c
12always := $(hostprogs-y) 13always := $(hostprogs-y)
13 14
14# fixdep is needed to compile other host programs 15# fixdep is needed to compile other host programs