aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2011-12-19 18:08:55 +0200
committerRoman Shaposhnikov <x0166637@ti.com>2012-03-24 00:08:22 +0200
commiteabd44efeb28a58556bee26ab0817a3199c96913 (patch)
tree36e303be91d31952af481b106f9ab27f4da1f394 /security
parent469db15623a9c0117a73204b4f85d3fabff188c3 (diff)
downloadkernel_samsung_espresso10-eabd44efeb28a58556bee26ab0817a3199c96913.zip
kernel_samsung_espresso10-eabd44efeb28a58556bee26ab0817a3199c96913.tar.gz
kernel_samsung_espresso10-eabd44efeb28a58556bee26ab0817a3199c96913.tar.bz2
OMAP: SMC: Fix compile error if CONFIG_ION is not enabled
Change-Id: I541f0281916c008e0bf7dfe0069eaf700de37d42 Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Diffstat (limited to 'security')
-rw-r--r--security/smc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/smc/Makefile b/security/smc/Makefile
index cf79de8..fbea833 100644
--- a/security/smc/Makefile
+++ b/security/smc/Makefile
@@ -25,7 +25,9 @@ endif
EXTRA_CFLAGS += -Iarch/arm/mach-omap2
EXTRA_CFLAGS += -Iarch/arm/plat-omap/include/plat
EXTRA_CFLAGS += -DCONFIG_TF_TEEC
+ifeq ($(CONFIG_ION),y)
EXTRA_CFLAGS += -DCONFIG_TF_ION
+endif
tf_driver-objs += tf_util.o
tf_driver-objs += tf_conn.o