From 98d974baceb4a5d38c3dd41c2ce50ceba1602042 Mon Sep 17 00:00:00 2001 From: Grygorii Strashko Date: Mon, 19 Dec 2011 18:08:55 +0200 Subject: OMAP: SMC: Fix compile error if CONFIG_ION is not enabled Change-Id: I541f0281916c008e0bf7dfe0069eaf700de37d42 Signed-off-by: Grygorii Strashko --- security/smc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security') 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 -- cgit v1.1