aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorZiyann <jaraidaniel@gmail.com>2014-07-10 20:44:24 +0200
committerZiyann <jaraidaniel@gmail.com>2014-10-03 01:17:42 +0200
commit44cb1f51f2db9fbb65c748a5909f390aa22753e1 (patch)
treea4b30fd14a7431fa50f0ca322ff4ae267185d192 /security
parent0ff9ac1df0353ff2619501088e2474256573338d (diff)
downloadkernel_samsung_tuna-44cb1f51f2db9fbb65c748a5909f390aa22753e1.zip
kernel_samsung_tuna-44cb1f51f2db9fbb65c748a5909f390aa22753e1.tar.gz
kernel_samsung_tuna-44cb1f51f2db9fbb65c748a5909f390aa22753e1.tar.bz2
smc: remove duplicate flags
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/smc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/smc/Makefile b/security/smc/Makefile
index 05f767a..6b5fefd 100755
--- a/security/smc/Makefile
+++ b/security/smc/Makefile
@@ -56,6 +56,3 @@ obj-$(CONFIG_SECURITY_MIDDLEWARE_COMPONENT) += tf_driver.o
obj-$(CONFIG_SECURITY_MIDDLEWARE_COMPONENT) += rproc_drm.o
obj-$(CONFIG_TF_CRYPTO_RNG) += tf_crypto_rng.o
-
-plus_sec := $(call as-instr,.arch_extension sec,+sec)
-AFLAGS_bridge_pub2sec.o :=-Wa,-march=armv7-a$(plus_sec)