summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
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