X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2FMakefile;h=842dbc2d5aeda0af27ce18af9914deea370dc329;hb=7a6b8f6f7f74085a1330b0f9765d81bcea8c58b7;hp=d531a1fcef0c951ea231654107f23befa96f267e;hpb=07aea3a71fc6b07744691eec2dfea705a7b30280;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/Makefile b/scripts/Makefile index d531a1f..842dbc2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -10,16 +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