瀏覽代碼

quilt.mk: export PATCH for patch-kernel.sh

SVN-Revision: 23315
Jo-Philipp Wich 15 年之前
父節點
當前提交
38e3474542
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/quilt.mk

+ 1 - 0
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)"; \