summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2')
-rw-r--r--jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile
index 03efcdb..046b8bb 100644
--- a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile
+++ b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile
@@ -51,6 +51,10 @@ ifeq ($(TARGET_DEVICE),)
51override TARGET_DEVICE := jacinto6evm 51override TARGET_DEVICE := jacinto6evm
52endif 52endif
53 53
54ifeq ($(TARGET_DEVICE),)
55override TARGET_DEVICE := am57xevm
56endif
57
54# Customize this build as per the TARGET_DEVICE setting 58# Customize this build as per the TARGET_DEVICE setting
55# 59#
56ifneq ($(filter blaze blaze_tablet panda tuna maguro toro mysid yakju,$(TARGET_DEVICE)),) 60ifneq ($(filter blaze blaze_tablet panda tuna maguro toro mysid yakju,$(TARGET_DEVICE)),)
@@ -77,7 +81,7 @@ VS_PRODUCT_VERSION := 5
77# FIXME: Re-enable this ASAP 81# FIXME: Re-enable this ASAP
78SUPPORT_ACTIVE_POWER_MANAGEMENT := 0 82SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
79endif 83endif
80ifneq ($(filter jacinto6evm,$(TARGET_DEVICE)),) 84ifneq ($(filter jacinto6evm am57xevm,$(TARGET_DEVICE)),)
81SGXCORE := 544 85SGXCORE := 544
82SGX_CORE_REV := 116 86SGX_CORE_REV := 116
83SGX_FEATURE_MP := 1 87SGX_FEATURE_MP := 1
@@ -94,6 +98,11 @@ SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
94 98
95endif 99endif
96 100
101ifneq ($(filter am57xevm,$(TARGET_DEVICE)),)
102HAL_VARIANT := am57x
103
104endif
105
97# Handle any TARGET_DEVICE remapping. Not all DDK TARGET_DEVICEs 106# Handle any TARGET_DEVICE remapping. Not all DDK TARGET_DEVICEs
98# require new Android TARGET_DEVICE builds. 107# require new Android TARGET_DEVICE builds.
99# 108#