aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/mach-ux500/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile
index cb341b1e75b..f9fb079213a 100755
--- a/arch/arm/mach-ux500/Makefile
+++ b/arch/arm/mach-ux500/Makefile
@@ -36,4 +36,6 @@ else
obj-$(CONFIG_MFD_STE_CONN) += ste_conn_devices.o
endif
-obj-$(CONFIG_TEE_SUPPORT) += tee_ux500.o
+ifndef CONFIG_MACH_U5500_SIMULATOR
+ obj-$(CONFIG_TEE_SUPPORT) += tee_ux500.o
+endif