X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2FMakefile;h=842dbc2d5aeda0af27ce18af9914deea370dc329;hb=ef2b9b054580ef835078d8aa411bd06542cd5c1c;hp=6f6b48f39f0ae1517fe7485c3883f9cc127f20fe;hpb=6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/Makefile b/scripts/Makefile index 6f6b48f..842dbc2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -10,13 +10,17 @@ hostprogs-$(CONFIG_KALLSYMS) += kallsyms hostprogs-$(CONFIG_LOGO) += pnmtologo 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 +subdir-$(CONFIG_SECURITY_SELINUX) += selinux +subdir-$(CONFIG_DTC) += dtc # Let clean descend into subdirs -subdir- += basic kconfig package +subdir- += basic kconfig package selinux