aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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