summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-12 11:05:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-12 11:05:18 +0000
commit3251cdd8a600664392d1dd3a86264d0b608bb7ad (patch)
treecd88075f950d3840ecb8444a6a67eac2134f0e1b /bin
parent94030ce1cda1f82e62bbf1b25eada5c2a8304916 (diff)
downloadptxdist-3251cdd8a600664392d1dd3a86264d0b608bb7ad.tar.gz
ptxdist-3251cdd8a600664392d1dd3a86264d0b608bb7ad.tar.xz
stellaris: add template for stellaris projects
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10755 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index ebdac5d3a..93be13810 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1000,6 +1000,12 @@ newpacket() {
class=
autoconf_class=
;;
+ src-stellaris)
+ template=template-src-stellaris
+ template_src="${PTXDIST_TOPDIR}/rules/templates/src-stellaris"
+ class=
+ autoconf_class=
+ ;;
src-linux-driver)
template=template-src-driver
template_src="${PTXDIST_TOPDIR}/rules/templates/src-linux-driver"
@@ -1029,6 +1035,7 @@ newpacket() {
echo " src-autoconf-proglib create autotoolized binary+library"
echo " src-plain-make create binary with plain makefile"
echo " src-linux-driver create a linux kernel driver"
+ echo " src-stellaris create stellaris firmware"
echo " font"
echo " simple"
echo