blob: e80460f9c7c0bdaa5fe7a7ec9376ac2d2b706779 (
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_51),y)
KERNEL_VERSION:= 3.4.51
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= f028dc67e2e8a782debc3207d47b33a0
endif
|