summaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorDaniel Fu <danifu@nvidia.com>2017-11-28 19:34:56 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-27 00:04:27 -0500
commit73a90de0ae93dd0f703fbea5d8a705474cc1a7be (patch)
treeffcec8c45ade2172aa0f21ed39fd2bd205cb7887 /security/Makefile
parentc1f4b06e9ae4a2e32643d004962c2ab49a572589 (diff)
security: add Makefile for security
On TOT, The TLK driver won't be built even we enable the tlk config. Missing the Top Makefile and Kconfig. Adding them to resolve the issue. Bug 200365845 Bug 200381472 Change-Id: I10ed20cca97411be606ae9f5233054fc3f46441c Signed-off-by: Daniel Fu <danifu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1606710 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: David Dastous St Hilaire <ddastoussthi@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
new file mode 100644
index 000000000..461970aca
--- /dev/null
+++ b/security/Makefile
@@ -0,0 +1,5 @@
1#
2# Makefile for the kernel security code
3#
4obj-$(CONFIG_TRUSTED_LITTLE_KERNEL) += tlk_driver/
5