summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/Makefile
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2012-05-13 05:02:27 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2012-05-13 05:02:27 +0000
commit9cc9e8b608c51e5901cc1e314f1f4962b6618ee2 (patch)
tree7aca8d330e2d7423e61c6bbb78dba9e2893aeb16 /toolchain/kernel-headers/Makefile
parent482b99a660010f81606ecf8cc4431d55893f7b1a (diff)
downloadmaster-31e0f0ae-9cc9e8b608c51e5901cc1e314f1f4962b6618ee2.tar.gz
master-31e0f0ae-9cc9e8b608c51e5901cc1e314f1f4962b6618ee2.tar.bz2
master-31e0f0ae-9cc9e8b608c51e5901cc1e314f1f4962b6618ee2.zip
kernel-headers: Fix patch application for kernel-headers and a patch that fixes exposure of a kernel-only data type (umode_t) to application layer which causes compile errors in ext2_fs.h using programs.
SVN-Revision: 31697
Diffstat (limited to 'toolchain/kernel-headers/Makefile')
-rw-r--r--toolchain/kernel-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile
index b5aaa83c47..ca8a78ff16 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -22,7 +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))
+PATCH_DIR := ./patches$(if $(wildcard ./patches-$(LINUX_VERSION)),-$(LINUX_VERSION))
include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/kernel-defaults.mk