libptytty: fix compile
[openadk.git] / mk / linux-ver.mk
blob0a3f813ece7e5a1fde98adbb1690d7f62df3d537
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # On the various kernel version variables:
6 # KERNEL_FILE_VER: version numbering used for tarball and contained top level
7 # directory (e.g. linux-4.1.2.tar.bz2 -> linux-4.1.2) (not
8 # necessary equal to kernel's version, e.g. linux-3.19
9 # contains kernel version 3.19.0)
10 # KERNEL_RELEASE: OpenADK internal versioning
11 # KERNEL_VERSION: final kernel version how we want to identify a specific kernel
13 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_GIT),y)
14 KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT)
15 KERNEL_RELEASE:= 1
16 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
17 endif
18 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y)
19 KERNEL_FILE_VER:= 6.6.18
20 KERNEL_RELEASE:= 1
21 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
22 KERNEL_HASH:= 4e43d8c5fba14f7c82597838011648056487b7550fd83276ad534559e8499b1d
23 endif
24 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y)
25 KERNEL_FILE_VER:= 6.1.79
26 KERNEL_RELEASE:= 1
27 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
28 KERNEL_HASH:= faa49ca22fb55ed4d5ca2a55e07dd10e4e171cfc3b92568a631453cd2068b39b
29 endif
30 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
31 KERNEL_FILE_VER:= 5.15.146
32 KERNEL_RELEASE:= 1
33 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
34 KERNEL_HASH:= 5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192
35 endif
36 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y)
37 KERNEL_FILE_VER:= 5.10.206
38 KERNEL_RELEASE:= 1
39 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
40 KERNEL_HASH:= c43d613216e6c5197519a4e979de5c1b510100858ff591963931c99e59c7485b
41 endif
42 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
43 KERNEL_FILE_VER:= 5.4.265
44 KERNEL_RELEASE:= 1
45 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
46 KERNEL_HASH:= 4dae99e49f466d4689e128ec023754908147159d7462019a83c7da1f25df9b15
47 endif
48 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y)
49 KERNEL_FILE_VER:= 4.19.303
50 KERNEL_RELEASE:= 1
51 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
52 KERNEL_HASH:= 022dce3935eadec7c31093992cc101c905fd4ffbb8afce92f3e41fdd0fa18b36
53 endif
54 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
55 KERNEL_FILE_VER:= 4.14.334
56 KERNEL_RELEASE:= 1
57 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
58 KERNEL_HASH:= 8a1d520cfa71e9faebae9d8c24101f5bffe48fcb897dede4cecad5af67c34a45
59 endif
60 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y)
61 KERNEL_FILE_VER:= 4.9.287
62 KERNEL_RELEASE:= 1
63 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
64 KERNEL_HASH:= d44128674702529dd26214d6cd1c19542c37c5cc516f352bebbb78f0a9ed97c2
65 endif
66 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_4),y)
67 KERNEL_FILE_VER:= 4.4.302
68 KERNEL_RELEASE:= 1
69 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
70 KERNEL_HASH:= 35017bb40b604e0b577fc2b87e727632b46608a2ba3a4f5858b9177f58f376b3
71 endif
72 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_3_16),y)
73 KERNEL_FILE_VER:= 3.16.85
74 KERNEL_RELEASE:= 1
75 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
76 KERNEL_HASH:= 80b1598d389c94e83fdf15d99c7da452aeb3093fbf8ed7c91584c06c09fc1fa6
77 endif
78 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_2_6_32),y)
79 KERNEL_FILE_VER:= 2.6.32.70
80 KERNEL_RELEASE:= 1
81 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
82 KERNEL_HASH:= d7d0ee4588711d4f85ed67b65d447b4bbbe215e600a771fb87a62524b6341c43
83 endif