summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-03 11:11:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-07 14:19:42 +0100
commit0537557ae85c297bf7f60039cf9560dc45bfb4e5 (patch)
treeadc81a36f395ab6996538ef2940918e7414a6695 /rules/templates/template-src-stellaris-in
parent60de2541d619ad4626b324c42a9dbe81d8045fb3 (diff)
downloadptxdist-0537557ae85c297bf7f60039cf9560dc45bfb4e5.tar.gz
ptxdist-0537557ae85c297bf7f60039cf9560dc45bfb4e5.tar.xz
templates: remove fancy version magic
It confuses most people and is rarely used. It's just templates, so if someone needs something like that, it can be added to the generated rules. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-src-stellaris-in')
-rw-r--r--rules/templates/template-src-stellaris-in10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules/templates/template-src-stellaris-in b/rules/templates/template-src-stellaris-in
index d947ef0ff..d255fec84 100644
--- a/rules/templates/template-src-stellaris-in
+++ b/rules/templates/template-src-stellaris-in
@@ -6,13 +6,3 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
-
-if @PACKAGE@
-
-config @PACKAGE@_TRUNK
- bool
- prompt "use trunk"
- help
- Build trunk instead of latest release.
-
-endif