summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_targetinstall.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-05 23:15:19 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-07 10:44:08 +0100
commitc3dd1d275db4c380239f0118b4715b98f2af9e1c (patch)
treecf385259b811ddb933cbedfed5a341b414da28fb /rules/post/ptxd_make_world_targetinstall.make
parent02586e156590d05e5e653a3a467b9b5608f33111 (diff)
downloadptxdist-c3dd1d275db4c380239f0118b4715b98f2af9e1c.tar.gz
ptxdist-c3dd1d275db4c380239f0118b4715b98f2af9e1c.tar.xz
[ptxd_make_world_targetinstall] move targetinstall.post into own file
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/post/ptxd_make_world_targetinstall.make')
-rw-r--r--rules/post/ptxd_make_world_targetinstall.make15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/post/ptxd_make_world_targetinstall.make b/rules/post/ptxd_make_world_targetinstall.make
new file mode 100644
index 000000000..e4a120913
--- /dev/null
+++ b/rules/post/ptxd_make_world_targetinstall.make
@@ -0,0 +1,15 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+$(STATEDIR)/%.targetinstall.post:
+ @$(call targetinfo)
+ @$(call touch)
+
+# vim: syntax=make