diff options
| author | Sam Ravnborg <sam@mars.ravnborg.org> | 2004-08-11 01:42:56 +0200 |
|---|---|---|
| committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2004-08-11 01:42:56 +0200 |
| commit | ff08974850158f4c4d815840f7c3e82a4aa12c34 (patch) | |
| tree | 278888cd8276692d8b31d6093b3133e2c61a12d1 /scripts/Makefile | |
| parent | 113b88ae284c577e332db1d6e6519355b8ca009a (diff) | |
kbuild: Replace host-progs with hostprogs-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index ae375b1ff20c..67763eeb8a3e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,8 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash hostprogs-$(CONFIG_IKCONFIG) += bin2c -host-progs := $(sort $(hostprogs-y)) -always := $(host-progs) +always := $(hostprogs-y) subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODULES) += mod |
