summaryrefslogtreecommitdiff
path: root/tasks/uboot.mk
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 15:32:53 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 15:32:53 +0200
commitc91dac842ea72c5df4f9146c8b364ce0a6f5f432 (patch)
tree4c81b3199b3bf518a3423e019b3c919e8619dded /tasks/uboot.mk
parent2f2c13707a87824e996e7f0531063f4cef3151e9 (diff)
download10-c91dac842ea72c5df4f9146c8b364ce0a6f5f432.tar.gz
Building u-boot
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader.
Diffstat (limited to 'tasks/uboot.mk')
-rw-r--r--tasks/uboot.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 3d297c0..fc4a7da 100644
--- a/tasks/uboot.mk
+++ b/tasks/uboot.mk
@@ -1,6 +1,5 @@
android_uboot:
- rm -fr $(PRODUCT_OUT)/obj/u-boot
- mkdir $(PRODUCT_OUT)/obj/u-boot
+ mkdir -p $(PRODUCT_OUT)/obj/u-boot
cd $(TOP)/u-boot &&\
make O=../$(PRODUCT_OUT)/obj/u-boot CROSS_COMPILE=arm-linux-gnueabi- $(UBOOT_CONFIG) &&\
make O=../$(PRODUCT_OUT)/obj/u-boot CROSS_COMPILE=arm-linux-gnueabi-