From e9c0b958295bb055fefc03b1e356051f99218f28 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 16 Dec 2012 11:04:27 +0000 Subject: fixes uapi helper define SVN-Revision: 34715 --- include/kernel.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/kernel.mk') diff --git a/include/kernel.mk b/include/kernel.mk index eabf9484fa..6185237765 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -35,8 +35,9 @@ else endif KERNEL_BUILD_DIR ?= $(BUILD_DIR)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)) LINUX_DIR ?= $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) - LINUX_UAPI_DIR=$(firstword $(wildcard $(LINUX_DIR)/include/uapi $(LINUX_DIR)/include)) - + ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.7.0)),1) + LINUX_UAPI_DIR=uapi/ + endif LINUX_VERMAGIC:=$(strip $(shell cat $(LINUX_DIR)/.vermagic 2>/dev/null)) LINUX_VERMAGIC:=$(if $(LINUX_VERMAGIC),$(LINUX_VERMAGIC),unknown) -- cgit v1.2.3