|
@@ -18,6 +18,11 @@ always := $(hostprogs-y) $(hostprogs-m)
|
|
# The following hostprogs-y programs are only build on demand
|
|
# The following hostprogs-y programs are only build on demand
|
|
hostprogs-y += unifdef
|
|
hostprogs-y += unifdef
|
|
|
|
|
|
|
|
+# This target is used internally to avoid "is up to date" messages
|
|
|
|
+PHONY += build_unifdef
|
|
|
|
+build_unifdef: scripts/unifdef FORCE
|
|
|
|
+ @:
|
|
|
|
+
|
|
subdir-$(CONFIG_MODVERSIONS) += genksyms
|
|
subdir-$(CONFIG_MODVERSIONS) += genksyms
|
|
subdir-y += mod
|
|
subdir-y += mod
|
|
subdir-$(CONFIG_SECURITY_SELINUX) += selinux
|
|
subdir-$(CONFIG_SECURITY_SELINUX) += selinux
|