aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-26 13:26:02 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-26 13:26:02 +0000
commit1fb234e5c480981c42225c5afc6654c3f9b6bb80 (patch)
treef35434c0a29e4339f6742c4d65072d2911d04897 /include/kernel.mk
parent077b42b9ff4c48d6aebddc38f719356c05300e98 (diff)
downloadupstream-1fb234e5c480981c42225c5afc6654c3f9b6bb80.tar.gz
upstream-1fb234e5c480981c42225c5afc6654c3f9b6bb80.tar.bz2
upstream-1fb234e5c480981c42225c5afc6654c3f9b6bb80.zip
include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk
index 817555cf0f..b148ae9e87 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -5,6 +5,8 @@
# See /LICENSE for more information.
#
+include $(INCLUDE_DIR)/kernel-version.mk
+
ifeq ($(DUMP),1)
KERNEL?=<KERNEL>
BOARD?=<BOARD>