summaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-26 13:26:02 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-26 13:26:02 +0000
commit24458ad0c5c40f0073a162b5e192527eaba00006 (patch)
treef35434c0a29e4339f6742c4d65072d2911d04897 /include/kernel.mk
parent6b9dfc5e20907df3c2d00331cd10ae8a0e3247d8 (diff)
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 817555cf0..b148ae9e8 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>