summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 157dcd05989d913a865c3954c11a74fe410d8934 (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.9.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		70504d1685140e3ee355b9f860284d85
endif
ifeq ($(ADK_KERNEL_VERSION_3_9_9),y)
KERNEL_VERSION:=	3.9.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		70504d1685140e3ee355b9f860284d85
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_52),y)
KERNEL_VERSION:=	3.4.52
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		97411d754781f6bae5c0a6e48849b3c9
endif