summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-09-19 16:09:37 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-09-19 16:09:37 +0200
commite0326a59985e67003133614c0d477397802d57f8 (patch)
tree7c3bc0b326ffc995f62eec2f8d3346bfaf0235d3
parent8fb51a7a259148c5aa633d466bdd7fb0c3b49e8e (diff)
Revert "Added false dependency between kernel and u-boot :("dev_pandroid
This reverts commit 10f225d14007eea21d079d5be39adaf33aca206e.
-rw-r--r--tasks/uboot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 5e72a5e..27e8c86 100644
--- a/tasks/uboot.mk
+++ b/tasks/uboot.mk
@@ -3,6 +3,6 @@ android_uboot:
make CROSS_COMPILE=arm-linux-gnueabi- $(UBOOT_CONFIG) &&\
make CROSS_COMPILE=arm-linux-gnueabi-
-$(PRODUCT_OUT)/u-boot.bin: android_uboot android_kernel
+$(PRODUCT_OUT)/u-boot.bin: android_uboot
ln -sf ../../../../u-boot/u-boot.bin $(PRODUCT_OUT)/u-boot.bin