X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2FMakefile;h=1c73c5aea66b06bcecff315356abcecc2a79522f;hb=b3137bc8e77962a8e3b4dfdc1bcfd38e437bd278;hp=6f6b48f39f0ae1517fe7485c3883f9cc127f20fe;hpb=0825788ff27c7145e9d558cb2a26f3837d1f9be5;p=linux-2.6-omap-h63xx.git diff --git a/scripts/Makefile b/scripts/Makefile index 6f6b48f39f0..1c73c5aea66 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,10 +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