aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-10 04:21:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-10 04:21:21 +0000
commitf22594c4341e12f720c551ad7a9198cd4e3ad885 (patch)
treec6de7eeed91e4093783388521ff68692d9b72dea /include/quilt.mk
parent78de618cdeec4627050964ff7f0a34c33504508e (diff)
downloadmaster-187ad058-f22594c4341e12f720c551ad7a9198cd4e3ad885.tar.gz
master-187ad058-f22594c4341e12f720c551ad7a9198cd4e3ad885.tar.bz2
master-187ad058-f22594c4341e12f720c551ad7a9198cd4e3ad885.zip
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 3a6f0dc754..c0a868fbf9 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