X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2FMakefile;h=1c73c5aea66b06bcecff315356abcecc2a79522f;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=67763eeb8a3e7f5b003be3e646439aca99b43881;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/scripts/Makefile b/scripts/Makefile index 67763eeb8..1c73c5aea 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 lxdialog kconfig package +subdir- += basic kconfig package