summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_compile.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post/ptxd_make_world_compile.make')
-rw-r--r--rules/post/ptxd_make_world_compile.make20
1 files changed, 8 insertions, 12 deletions
diff --git a/rules/post/ptxd_make_world_compile.make b/rules/post/ptxd_make_world_compile.make
index 4f6b1adb6..05e3586b7 100644
--- a/rules/post/ptxd_make_world_compile.make
+++ b/rules/post/ptxd_make_world_compile.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+# Copyright (C) 2008, 2009, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -8,16 +8,8 @@
# see the README file.
#
-$(STATEDIR)/%.compile:
- @$(call targetinfo)
- @$(call world/compile, $(PTX_MAP_TO_PACKAGE_$(*)))
- @$(call touch)
-
-#
-# compile for target cross and host packages
-#
world/compile = \
- $(call world/env, $1) \
+ $(call world/env, $(1)) \
ptxd_make_world_compile
compile = \
@@ -25,5 +17,9 @@ compile = \
pkg_make_opt="$(2)" \
ptxd_make_world_compile
-# vim600:set foldmethod=marker:
-# vim600:set syntax=make:
+$(STATEDIR)/%.compile:
+ @$(call targetinfo)
+ @$(call world/compile, $(PTX_MAP_TO_PACKAGE_$(*)))
+ @$(call touch)
+
+# vim: syntax=make: