summaryrefslogtreecommitdiff
path: root/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile')
-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),)
override TARGET_DEVICE := jacinto6evm
endif
+ifeq ($(TARGET_DEVICE),)
+override TARGET_DEVICE := am57xevm
+endif
+
# Customize this build as per the TARGET_DEVICE setting
#
ifneq ($(filter blaze blaze_tablet panda tuna maguro toro mysid yakju,$(TARGET_DEVICE)),)
@@ -77,7 +81,7 @@ VS_PRODUCT_VERSION := 5
# FIXME: Re-enable this ASAP
SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
endif
-ifneq ($(filter jacinto6evm,$(TARGET_DEVICE)),)
+ifneq ($(filter jacinto6evm am57xevm,$(TARGET_DEVICE)),)
SGXCORE := 544
SGX_CORE_REV := 116
SGX_FEATURE_MP := 1
@@ -94,6 +98,11 @@ SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
endif
+ifneq ($(filter am57xevm,$(TARGET_DEVICE)),)
+HAL_VARIANT := am57x
+
+endif
+
# Handle any TARGET_DEVICE remapping. Not all DDK TARGET_DEVICEs
# require new Android TARGET_DEVICE builds.
#