summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorUlrika Sjoberg <ulrika.malmborg@stericsson.com>2010-12-06 15:52:49 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-07 17:01:28 +0100
commitda8db80dc570d4a1468fd3f7d6f2eeee6fd9bfff (patch)
tree197f4e36df4574108a7ab6db24f3b6eea8a46e1e /Android.mk
parentf75188db381a7b823d43964a47de2ba4e3e02aeb (diff)
[Android] Remove ENABLE_CR264527 flag
The CR has been integrated and is no longer needed. ST-Ericsson ID: 277554 ST-Ericsson FOSS-OUT ID: NA Change-Id: Iea3c5293e52a1c0e90b72f5ec9f25e03539a4b43 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/10327 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Ulrika SJOBERG <ulrika.malmborg@stericsson.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 82910736b..e745bff47 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,5 @@
#Android makefile to build u-boot as a part of Android Build
-ifeq ($(ENABLE_CR264527),true)
# Give other modules a nice, symbolic name to use as a dependent
# Yes, there are modules that cannot build unless uboot has
# been built. Typical (only?) example: linux kernel (needs mkimage program)
@@ -61,5 +60,3 @@ installclean: installclean-uboot
installclean-uboot:
rm -f u-boot.bin u-boot.map u-boot.srec
-
-endif