summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-09-29 21:59:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-02 10:24:05 +0200
commitf93b5f8eb973a62affbaf134f07d367649ed3ae4 (patch)
treef738ae6877d030c0c38a8f25b9c2a223bb765e32 /images/Makefile
parentf3cf0157fb57bdd9f85ce74e95ac5c3fcb19bab9 (diff)
downloadbarebox-f93b5f8eb973a62affbaf134f07d367649ed3ae4.tar.gz
barebox-f93b5f8eb973a62affbaf134f07d367649ed3ae4.tar.xz
tegra: switch to multi image
To keep things clean I removed all support for the old way to build images. There is now a single tegra_v7 defconfig which builds both supported Tegra boards as images. The new image generation also paves the way for integration of the tegra-cbootimage tool to produce directly flashable images. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index b87f522c15..8e126faee3 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.tegra
targets += $(image-y) pbl.lds barebox.x barebox.z
targets += $(patsubst %,%.pblx,$(pblx-y))