summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-04-07 13:15:27 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-04-07 20:20:55 +0200
commite6dd06522735dfe652ba493140ab919f6e7df505 (patch)
treed219ff2f6827d010b81d8ed17f9c4a274ffb4a97 /rules/templates/template-src-stellaris-make
parent589cef994fb25d6201e8e91284a1950726f1c022 (diff)
downloadptxdist-e6dd06522735dfe652ba493140ab919f6e7df505.tar.gz
ptxdist-e6dd06522735dfe652ba493140ab919f6e7df505.tar.xz
[template-src-*-make] use "trunk" if requested by user
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/templates/template-src-stellaris-make')
-rw-r--r--rules/templates/template-src-stellaris-make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/templates/template-src-stellaris-make b/rules/templates/template-src-stellaris-make
index 7ea8ada86..7c5628e8d 100644
--- a/rules/templates/template-src-stellaris-make
+++ b/rules/templates/template-src-stellaris-make
@@ -27,7 +27,11 @@ endif
#
# Paths and names
#
+ifdef PTXCONF_@PACKAGE@_TRUNK
+@PACKAGE@_VERSION := trunk
+else
@PACKAGE@_VERSION := @VERSION@
+endif
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/$(@PACKAGE@)
@PACKAGE@_DIR := $(BUILDDIR)/$(@PACKAGE@)