summaryrefslogtreecommitdiffstats
path: root/rules/module-init-tools.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2005-04-22 08:55:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2005-04-22 08:55:01 +0000
commitca4b203390ad8f942ca58d9d0a513befff4a83d7 (patch)
treee6d7770336c1a97c3cd69ef4968e696cbcfc9248 /rules/module-init-tools.make
parent1dfe3ae080be4e622b75c706c571602d5b0d2004 (diff)
downloadptxdist-ca4b203390ad8f942ca58d9d0a513befff4a83d7.tar.gz
ptxdist-ca4b203390ad8f942ca58d9d0a513befff4a83d7.tar.xz
* added patch download and patchin
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2500 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/module-init-tools.make')
-rw-r--r--rules/module-init-tools.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/module-init-tools.make b/rules/module-init-tools.make
index f7c8602fb..99398a29e 100644
--- a/rules/module-init-tools.make
+++ b/rules/module-init-tools.make
@@ -1,5 +1,6 @@
# -*-makefile-*-
# $Id: kernel.make 2486 2005-04-19 12:18:08Z mkl $
+#
# Copyright (C) 2005 Ladislav Michl <ladis@linux-mips.org>
#
# See CREDITS for details about who has contributed to this project.
@@ -35,6 +36,7 @@ module-init-tools_get_deps = $(MODULE_INIT_TOOLS_SOURCE)
$(STATEDIR)/module-init-tools.get: $(module-init-tools_get_deps)
@$(call targetinfo, $@)
+ @$(call get_patches, $(MODULE_INIT_TOOLS))
touch $@
$(MODULE_INIT_TOOLS_SOURCE):
@@ -53,6 +55,7 @@ $(STATEDIR)/module-init-tools.extract: $(module-init-tools_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(MODULE_INIT_TOOLS_DIR))
@$(call extract, $(MODULE_INIT_TOOLS_SOURCE))
+ @$(call patchin, $(MODULE_INIT_TOOLS), $(MODULE_INIT_TOOLS_DIR))
touch $@
# ----------------------------------------------------------------------------