summaryrefslogtreecommitdiffstats
path: root/images/Makefile.at91
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-03-23 06:23:45 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-30 08:23:18 +0200
commit3ba6acc3ef47942d5eb579e0c1b9ce67527c5456 (patch)
treee6fb4b2a0933d039c7815d089f4c00a01a3605c2 /images/Makefile.at91
parentffca25d49846642897ebf290e9c352be6b079741 (diff)
downloadbarebox-3ba6acc3ef47942d5eb579e0c1b9ce67527c5456.tar.gz
barebox-3ba6acc3ef47942d5eb579e0c1b9ce67527c5456.tar.xz
at91sam9x5ek: Convert to mult-image build
Convert AT91SAM9X5-EK board code to multi-image build process, similar to how majority of i.MX board code is built. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.at91')
-rw-r--r--images/Makefile.at917
1 files changed, 7 insertions, 0 deletions
diff --git a/images/Makefile.at91 b/images/Makefile.at91
new file mode 100644
index 0000000000..686d5011ef
--- /dev/null
+++ b/images/Makefile.at91
@@ -0,0 +1,7 @@
+#
+# barebox image generation Makefile for AT91 images
+#
+
+pblx-$(MACH_AT91SAM9X5EK) += start_at91sam9x5ek
+FILE_barebox-at91sam9x5ek.img = start_at91sam9x5ek.pblx
+image-$(MACH_AT91SAM9X5EK) += barebox-at91sam9x5ek.img