From 1c7f5eecf435c48cd90b3ea937477cd6b960ae49 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Tue, 8 Oct 2013 12:46:54 +0530 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3