aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-10-08 12:46:54 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-10-08 12:46:54 +0530
commit1c7f5eecf435c48cd90b3ea937477cd6b960ae49 (patch)
treeba8f4238c0c74700bb8bb4a3e9367ae28dc3fc03
parentdb2d293a965d2466510bef5bcd99df1b0784a1ca (diff)
downloadboot-wrapper-aarch64-1c7f5eecf435c48cd90b3ea937477cd6b960ae49.tar.gz
Makefile: Make fvp-base an independent target
Remove fvp-base-gicv2-psci-android.dtb from $IMAGE dependency list and make it an independent makefile target. Change-Id: I6369de630e48bd5ed3a18775a4c8b7c022892bc1 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 307620f..6b8deb1 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ all: $(IMAGE)
clean:
rm -f $(IMAGE) boot.o model.lds fdt.dtb
-$(IMAGE): boot.o model.lds fdt.dtb fvp-base-gicv2-psci-android.dtb $(KERNEL) $(FILESYSTEM)
+$(IMAGE): boot.o model.lds fdt.dtb $(KERNEL) $(FILESYSTEM)
$(LD) -o $@ --script=model.lds
boot.o: $(BOOTLOADER) Makefile