From 2ed862c4a542b02c56d0d8525b0299f6c7315b2e Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 10 Sep 2007 04:21:21 +0000 Subject: fix kernel build with quilt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8727 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/kernel.mk | 4 +++- include/quilt.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/kernel.mk b/include/kernel.mk index b2a7476aa..788e3f237 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -43,7 +43,9 @@ else TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,) LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING) \ - PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION)) + ifneq ($(TARGET_BUILD),1) + PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION)) + endif endif ifneq (,$(findstring uml,$(BOARD))) 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 -- cgit v1.2.3