X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=scripts%2FMakefile;h=1c73c5aea66b06bcecff315356abcecc2a79522f;hb=916e89fdd1b21eec4abbc9e228757db77660fff2;hp=d531a1fcef0c951ea231654107f23befa96f267e;hpb=07aea3a71fc6b07744691eec2dfea705a7b30280;p=linux-2.6-omap-h63xx.git diff --git a/scripts/Makefile b/scripts/Makefile index d531a1fcef0..1c73c5aea66 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,13 +13,13 @@ hostprogs-$(CONFIG_VT) += conmakehash hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash hostprogs-$(CONFIG_IKCONFIG) += bin2c -always := $(hostprogs-y) +always := $(hostprogs-y) $(hostprogs-m) # The following hostprogs-y programs are only build on demand hostprogs-y += unifdef subdir-$(CONFIG_MODVERSIONS) += genksyms -subdir-$(CONFIG_MODULES) += mod +subdir-y += mod # Let clean descend into subdirs subdir- += basic kconfig package