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:20:43 +0100
commit55b80a73d0859b50d1e0b97e754e6828b9b11910 (patch)
tree95f6454d65f884658e49771edc665c327a6f9df1
parent59da4f4ae7c843e28a650a15f88f6ba474feecba (diff)
downloadptxdist-55b80a73d0859b50d1e0b97e754e6828b9b11910.tar.gz
ptxdist-55b80a73d0859b50d1e0b97e754e6828b9b11910.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> (cherry picked from commit 4f71ffb8de74bf3d0b6fc2db5f23a8f3d77a9d51)
-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
# ----------------------------------------------------------------------------