toolchain/kernel-headers: restore support for patches, needed for ubicom32

SVN-Revision: 20872
This commit is contained in:
Nicolas Thill 2010-04-15 05:00:00 +00:00
parent 138a5b8b4f
commit 128233fba1
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ HOST_BUILD_DIR:=$(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)
PKG_MD5SUM:=$(LINUX_KERNEL_MD5SUM)
LINUX_DIR := $(HOST_BUILD_DIR)
FILES_DIR :=
PATCH_DIR := ./patches$(if $(wildcard ./patches-$(KERNEL_PATCHVER)),-$(KERNEL_PATCHVER))
include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/kernel-defaults.mk