diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 6f6b48f39f0a..ea41de8fb7f5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
@@ -15,8 +15,11 @@ hostprogs-$(CONFIG_IKCONFIG) += bin2c | |||
15 | 15 | ||
16 | always := $(hostprogs-y) | 16 | always := $(hostprogs-y) |
17 | 17 | ||
18 | # The following hostprogs-y programs are only build on demand | ||
19 | hostprogs-y += unifdef | ||
20 | |||
18 | subdir-$(CONFIG_MODVERSIONS) += genksyms | 21 | subdir-$(CONFIG_MODVERSIONS) += genksyms |
19 | subdir-$(CONFIG_MODULES) += mod | 22 | subdir-y += mod |
20 | 23 | ||
21 | # Let clean descend into subdirs | 24 | # Let clean descend into subdirs |
22 | subdir- += basic kconfig package | 25 | subdir- += basic kconfig package |