X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=scripts%2FMakefile;h=ea41de8fb7f57c09d6ff2297a5ee985077fd695f;hb=56f29d7fe452890eeeb7f2b0138b2d95b9745fb6;hp=6f6b48f39f0ae1517fe7485c3883f9cc127f20fe;hpb=fed8bf19ec20efc0641740b2d10aa589dbd6d1ab;p=linux-2.6-omap-h63xx.git diff --git a/scripts/Makefile b/scripts/Makefile index 6f6b48f39f0..ea41de8fb7f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -15,8 +15,11 @@ hostprogs-$(CONFIG_IKCONFIG) += bin2c always := $(hostprogs-y) +# 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