aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-10-09 18:42:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-10-09 18:42:10 +0530
commit82288d7aced5e0f43c85bc08340faf2f1ee2cebb (patch)
tree26c33967da5374c8dec3705e67ceac65c5f571f7
parent1c7f5eecf435c48cd90b3ea937477cd6b960ae49 (diff)
downloadboot-wrapper-aarch64-82288d7aced5e0f43c85bc08340faf2f1ee2cebb.tar.gz
Revert "Makefile: Make fvp-base an independent target"
This reverts commit 1c7f5eecf435c48cd90b3ea937477cd6b960ae49.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b8deb1..307620f 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 $(KERNEL) $(FILESYSTEM)
+$(IMAGE): boot.o model.lds fdt.dtb fvp-base-gicv2-psci-android.dtb $(KERNEL) $(FILESYSTEM)
$(LD) -o $@ --script=model.lds
boot.o: $(BOOTLOADER) Makefile