diff options
Diffstat (limited to 'include/kernel.mk')
-rw-r--r-- | include/kernel.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk index b5950c3f5d..1f34f00ca4 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -27,6 +27,7 @@ else endif PLATFORM_DIR := $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL) + GENERIC_PLATFORM_DIR := $(TOPDIR)/target/linux/generic-$(KERNEL) KERNEL_BUILD_DIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD) LINUX_DIR := $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) |