summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/Makefile')
-rw-r--r--ANDROID_3.4.5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ANDROID_3.4.5/Makefile b/ANDROID_3.4.5/Makefile
index a2e69a08..c5a95e5a 100644
--- a/ANDROID_3.4.5/Makefile
+++ b/ANDROID_3.4.5/Makefile
@@ -192,7 +192,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
-ARCH ?= $(SUBARCH)
+ARCH ?= arm
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
# Architecture as present in compile.h
@@ -1570,3 +1570,7 @@ FORCE:
# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY)
+
+ubin: uImage
+ @cp -f arch/arm/boot/uImage uzImage.bin
+ @echo ' Image uzImage.bin is ready'