X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2FMakefile;h=aafdf064feefdf49bc98d66c72199907e30ca921;hb=d41e2d7317cd55cc5135356a05c289537b0f6d70;hp=ea41de8fb7f57c09d6ff2297a5ee985077fd695f;hpb=cdb8355add9b1d87ecfcb58b12879897dc1e3e36;p=karo-tx-linux.git diff --git a/scripts/Makefile b/scripts/Makefile index ea41de8fb7f5..aafdf064feef 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,13 +13,14 @@ 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-y += mod +subdir-$(CONFIG_SECURITY_SELINUX) += selinux # Let clean descend into subdirs -subdir- += basic kconfig package +subdir- += basic kconfig package selinux