summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-03-26 12:15:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-03-26 12:15:16 +0100
commit4f71ffb8de74bf3d0b6fc2db5f23a8f3d77a9d51 (patch)
treee3a057f27a72c4ebf931102a9b9cd7fad2481c0a
parent900df22e4b2fca3a03a47756dccc6e4ad769fc24 (diff)
downloadptxdist-4f71ffb8de74bf3d0b6fc2db5f23a8f3d77a9d51.tar.gz
ptxdist-4f71ffb8de74bf3d0b6fc2db5f23a8f3d77a9d51.tar.xz
[templates] add empty prepare stage to src-linux-driver template
Without this the default prepare stage fails because of a missing build directory. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-src-linux-driver-make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/templates/template-src-linux-driver-make b/rules/templates/template-src-linux-driver-make
index c48309507..6d6b385ee 100644
--- a/rules/templates/template-src-linux-driver-make
+++ b/rules/templates/template-src-linux-driver-make
@@ -35,6 +35,14 @@ $(STATEDIR)/@package@.extract:
@$(call touch)
# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/@package@.prepare:
+ @$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------