summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 57e9718172643827d88c4563cbcc86c18374de8e (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.8
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		04d74575ef1c484ad00be61f32bb4557
endif
ifeq ($(ADK_KERNEL_VERSION_3_9_8),y)
KERNEL_VERSION:=	3.9.8
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		04d74575ef1c484ad00be61f32bb4557
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_51),y)
KERNEL_VERSION:=	3.4.51
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		f028dc67e2e8a782debc3207d47b33a0
endif