summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-20 15:08:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:41 +0100
commite7fbc7a4355f17baa32c71851dfb9bb8c8575d07 (patch)
tree71caada1fe1b495ab0adba1ab61504c81f70ae90 /rules/templates/template-src-stellaris-make
parent3a44181766dbace9fa0b833e6e46ad8120a31e3f (diff)
downloadptxdist-e7fbc7a4355f17baa32c71851dfb9bb8c8575d07.tar.gz
ptxdist-e7fbc7a4355f17baa32c71851dfb9bb8c8575d07.tar.xz
[templates] update to latest changes
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-src-stellaris-make')
-rw-r--r--rules/templates/template-src-stellaris-make15
1 files changed, 7 insertions, 8 deletions
diff --git a/rules/templates/template-src-stellaris-make b/rules/templates/template-src-stellaris-make
index 452543da7..fe8fca8e2 100644
--- a/rules/templates/template-src-stellaris-make
+++ b/rules/templates/template-src-stellaris-make
@@ -67,12 +67,12 @@ endif
--with-stellaris-sdk=$(SW_EK_LM3S3748_DIR) \
--with-dfuwrap=$(SW_EK_LM3S3748_DIR)/tools/dfuwrap/dfuwrap
-$(STATEDIR)/@packet@.prepare:
- @$(call targetinfo)
- @$(call clean, $(@PACKET@_DIR)/config.cache)
- cd $(@PACKET@_DIR) && \
- $(@PACKET@_PATH) $(@PACKET@_SRCDIR)/configure $(@PACKET@_AUTOCONF)
- @$(call touch)
+#$(STATEDIR)/@packet@.prepare:
+# @$(call targetinfo)
+# @$(call clean, $(@PACKET@_DIR)/config.cache)
+# cd $(@PACKET@_DIR) && \
+# $(@PACKET@_PATH) $(@PACKET@_SRCDIR)/configure $(@PACKET@_AUTOCONF)
+# @$(call touch)
# ----------------------------------------------------------------------------
# Compile
@@ -80,8 +80,7 @@ $(STATEDIR)/@packet@.prepare:
#$(STATEDIR)/@packet@.compile:
# @$(call targetinfo)
-# cd $(@PACKET@_DIR) && \
-# $(@PACKET@_PATH) $(MAKE) $(PARALLELMFLAGS)
+# @$(call world/compile, @PACKET@)
# @$(call touch)
# ----------------------------------------------------------------------------