aboutsummaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-03 08:28:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-03 08:28:05 +0000
commit773d1fc4f663a3c108242b94ce94f595a1576233 (patch)
tree8960842e2978aae5cd21a6551b896b4b680cbf36 /target/Makefile
parent84c301cf9a4e88d1c6634ff0786eed86f397c5db (diff)
downloadmaster-187ad058-773d1fc4f663a3c108242b94ce94f595a1576233.tar.gz
master-187ad058-773d1fc4f663a3c108242b94ce94f595a1576233.tar.bz2
master-187ad058-773d1fc4f663a3c108242b94ce94f595a1576233.zip
implement quilt handling for the kernel tree ... and there was much rejoicing!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 9a7dff2a78..438d268b5e 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -51,5 +51,5 @@ image_install: image_compile
imagebuilder_install: image_install
$(MAKE) -C imagebuilder install
-%-prereq %-prepare %-download %-clean %-compile %-install: FORCE
+%-prereq %-prepare %-download %-clean %-compile %-install %-refresh: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@)