diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.gitignore | 1 | ||||
-rw-r--r-- | scripts/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index a234e524a490..a1f52cb47200 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore | |||
@@ -5,3 +5,4 @@ conmakehash | |||
5 | kallsyms | 5 | kallsyms |
6 | pnmtologo | 6 | pnmtologo |
7 | bin2c | 7 | bin2c |
8 | unifdef | ||
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 |