summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
commitd3f412f4ec3a6e47297ab22c60208394aed9b03c (patch)
tree398b2c1e87c2cbd8c533765f33d8ae407b63ccfe /rules.mk
parent59cf6711609e14d7d0adb4fd729e3bfa3b13bda6 (diff)
downloadmtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.zip
mtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.gz
mtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.bz2
rename PATCH to KPATCH
SVN-Revision: 23286
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index c0004d8..49044c8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -160,7 +160,7 @@ HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
TARGET_CC:=$(TARGET_CROSS)gcc
TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
-PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
+KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR
LN:=ln -sf