summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: cb860fc860bcebadfac24204e121ea80ac9838e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:=	3.4.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0428dcd244b494e99da9a314667c6f99
endif
ifeq ($(ADK_KERNEL_VERSION_3_5_2),y)
KERNEL_VERSION:=	3.5.2
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		f0341109ba14a8f9f455c131ccc8ddd3
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_9),y)
KERNEL_VERSION:=	3.4.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0428dcd244b494e99da9a314667c6f99
endif