diff options
Diffstat (limited to 'security/smc/Makefile')
-rw-r--r-- | security/smc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/smc/Makefile b/security/smc/Makefile new file mode 100644 index 0000000..80cf430 --- /dev/null +++ b/security/smc/Makefile @@ -0,0 +1,3 @@ +ifeq ($(CONFIG_SECURITY_MIDDLEWARE_COMPONENT),y) +obj-$(CONFIG_ARCH_OMAP4) += omap4/ +endif |