diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-10 04:21:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-10 04:21:21 +0000 |
commit | e83d637f65c15533cdcdbd8ec0c31da6bea48a9b (patch) | |
tree | d3830b30620bb04d62c74fa260d5b2b865955efc /include/quilt.mk | |
parent | 01b6a90e3dd4ae03ae6702e9c2c4fd94ac4dee83 (diff) | |
download | mtk-20170518-e83d637f65c15533cdcdbd8ec0c31da6bea48a9b.zip mtk-20170518-e83d637f65c15533cdcdbd8ec0c31da6bea48a9b.tar.gz mtk-20170518-e83d637f65c15533cdcdbd8ec0c31da6bea48a9b.tar.bz2 |
fix kernel build with quilt
SVN-Revision: 8727
Diffstat (limited to 'include/quilt.mk')
-rw-r--r-- | include/quilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk index 3a6f0dc..c0a868f 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 |