From 5b5f6ab6bfdd369bd2e3f968a868569c4399c374 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 11 Sep 2013 12:06:39 +0200 Subject: ARM: Add Altera SoCFPGA support Signed-off-by: Sascha Hauer --- images/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'images/Makefile') diff --git a/images/Makefile b/images/Makefile index 0926615e01..c723b1ab99 100644 --- a/images/Makefile +++ b/images/Makefile @@ -108,6 +108,7 @@ $(obj)/%.img: $(obj)/$$(FILE_$$(@F)) include $(srctree)/images/Makefile.imx include $(srctree)/images/Makefile.mvebu +include $(srctree)/images/Makefile.socfpga targets += $(image-y) pbl.lds barebox.x barebox.z targets += $(patsubst %,%.pblx,$(pblx-y)) @@ -122,5 +123,5 @@ images: $(addprefix $(obj)/, $(image-y)) FORCE @echo "images built:\n" $(patsubst %,%\\n,$(image-y)) clean-files := *.pbl *.pblb *.pblx *.map start_*.imximg *.img barebox.z start_*.kwbimg \ - start_*.kwbuartimg + start_*.kwbuartimg *.socfpgaimg clean-files += pbl.lds -- cgit v1.2.3