summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-10 04:21:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-10 04:21:21 +0000
commit2ed862c4a542b02c56d0d8525b0299f6c7315b2e (patch)
treec6de7eeed91e4093783388521ff68692d9b72dea /include/quilt.mk
parentd4ad0a34cfccc7c18f4f4aca68237a4a8379932f (diff)
fix kernel build with quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 3a6f0dc75..c0a868fbf 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
-ifeq ($(KERNEL_BUILD),1)
+ifeq ($(TARGET_BUILD),1)
PKG_BUILD_DIR:=$(LINUX_DIR)
endif
PATCH_DIR?=./patches