summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-08 09:21:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-08 09:21:34 +0000
commit38e3474542eded63b16cf90a60eb5fa1ec2b9dcf (patch)
tree1df48d5bf70b5af64a0716ee94060bf77f6277d0 /include/quilt.mk
parentbe2a1e14babe42c1767780b1dc6ada97b8a7ca84 (diff)
downloadmaster-31e0f0ae-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.tar.gz
master-31e0f0ae-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.tar.bz2
master-31e0f0ae-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.zip
quilt.mk: export PATCH for patch-kernel.sh
SVN-Revision: 23315
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 9309fc94b7..9691dc3276 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -40,6 +40,7 @@ endef
define PatchDir/Default
@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
+ export PATCH="$(PATCH)"; \
if [ -s "$(2)/series" ]; then \
$(call filter_series,$(2)/series) | xargs -n1 \
$(KPATCH) "$(1)" "$(2)"; \