summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-09-15 10:39:14 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-09-15 10:39:14 +0200
commit10f225d14007eea21d079d5be39adaf33aca206e (patch)
tree0f603087d637ae009db9343e23628c48cac47d65
parent897e054f2fe859096133338de4ef2d92c953269d (diff)
Added false dependency between kernel and u-boot :(
This is for debugging only. U-boot should not depend on kernel. This patch should only be on the dev_pandroid branch temporary. I'm trying to figure out why the build fails directly after the kernel is built.
-rw-r--r--tasks/uboot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 27e8c86..5e72a5e 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
+$(PRODUCT_OUT)/u-boot.bin: android_uboot android_kernel
ln -sf ../../../../u-boot/u-boot.bin $(PRODUCT_OUT)/u-boot.bin