aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2011-12-19 18:08:55 +0200
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:57:30 +0200
commit98d974baceb4a5d38c3dd41c2ce50ceba1602042 (patch)
treece2c0fb049420a6b4595ab79ee67409587a82ebb /security
parent33b8a16fa1bcd5c485c9d227f01690161b5c9e40 (diff)
downloadkernel_samsung_tuna-98d974baceb4a5d38c3dd41c2ce50ceba1602042.zip
kernel_samsung_tuna-98d974baceb4a5d38c3dd41c2ce50ceba1602042.tar.gz
kernel_samsung_tuna-98d974baceb4a5d38c3dd41c2ce50ceba1602042.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')
-rwxr-xr-xsecurity/smc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/smc/Makefile b/security/smc/Makefile
index 6ad5516..de045b6 100755
--- 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