fix kernel build with quilt
SVN-Revision: 8727
This commit is contained in:
parent
01b6a90e3d
commit
e83d637f65
@ -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)))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user