summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-01-17 15:22:46 -0600
committerGowtham Tammana2017-01-27 17:21:45 -0600
commitfc3c6aacfad7b33a1f7a6fe5582ec1d0c2aa471d (patch)
tree6ef806edd26c4ff4944cdfdcad28013d6826a25a
parent86f6a5fa1afaefad79557f96632c754dceefe60a (diff)
downloaddevice-ti-proprietary-open-fc3c6aacfad7b33a1f7a6fe5582ec1d0c2aa471d.tar.gz
device-ti-proprietary-open-fc3c6aacfad7b33a1f7a6fe5582ec1d0c2aa471d.tar.xz
device-ti-proprietary-open-fc3c6aacfad7b33a1f7a6fe5582ec1d0c2aa471d.zip
km: Makefile: fix am57xevm target typo
fix typo in makefile from am57xxevm to am57xevm commit: 154647aa23d207d Change-Id: I0efdc2812ce6663892c6411a3ededd3196d1b31c Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Gowtham Tammana <g-tammana@ti.com>
-rw-r--r--jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/Makefile6
1 files changed, 3 insertions, 3 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 23cce13..082cd79 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
@@ -77,7 +77,7 @@ VS_PRODUCT_VERSION := 5
77# FIXME: Re-enable this ASAP 77# FIXME: Re-enable this ASAP
78SUPPORT_ACTIVE_POWER_MANAGEMENT := 0 78SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
79endif 79endif
80ifneq ($(filter jacinto6evm am57xxevm,$(TARGET_DEVICE)),) 80ifneq ($(filter jacinto6evm am57xevm,$(TARGET_DEVICE)),)
81SGXCORE := 544 81SGXCORE := 544
82SGX_CORE_REV := 116 82SGX_CORE_REV := 116
83SGX_FEATURE_MP := 1 83SGX_FEATURE_MP := 1
@@ -94,8 +94,8 @@ SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
94 94
95endif 95endif
96 96
97ifneq ($(filter am57xxevm,$(TARGET_DEVICE)),) 97ifneq ($(filter am57xevm,$(TARGET_DEVICE)),)
98HAL_VARIANT := am57xxevm 98HAL_VARIANT := am57xevm
99endif 99endif
100 100
101# Handle any TARGET_DEVICE remapping. Not all DDK TARGET_DEVICEs 101# Handle any TARGET_DEVICE remapping. Not all DDK TARGET_DEVICEs