aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-18 18:30:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-18 18:30:29 +0000
commitdc6794b88c4512caa66c47574ca7994cd029c3fc (patch)
tree4de5acb0773942b358c3a896608683dbaab655e3 /include/kernel.mk
parent2f50e4ee3fd466a75a7cedd55193027f13c4d445 (diff)
downloadupstream-dc6794b88c4512caa66c47574ca7994cd029c3fc.tar.gz
upstream-dc6794b88c4512caa66c47574ca7994cd029c3fc.tar.bz2
upstream-dc6794b88c4512caa66c47574ca7994cd029c3fc.zip
some platform support path name cleanup
SVN-Revision: 5846
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk1
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)