diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index ea41de8fb7f5..1c73c5aea66b 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
@@ -13,7 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash | |||
13 | hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash | 13 | hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash |
14 | hostprogs-$(CONFIG_IKCONFIG) += bin2c | 14 | hostprogs-$(CONFIG_IKCONFIG) += bin2c |
15 | 15 | ||
16 | always := $(hostprogs-y) | 16 | always := $(hostprogs-y) $(hostprogs-m) |
17 | 17 | ||
18 | # The following hostprogs-y programs are only build on demand | 18 | # The following hostprogs-y programs are only build on demand |
19 | hostprogs-y += unifdef | 19 | hostprogs-y += unifdef |