diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:31 +0200 |
commit | f6de4889c74356a8e7c91a65ef765e3b32bf17f9 (patch) | |
tree | 674a61106e34a66af766f898c8b8a871d617d343 /mk | |
parent | b6e55ac8d5a98900c6e0cfa0091e488679680af3 (diff) |
arc: add support for free nSIM simulator, thx to Alexey for hints to get it running
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 4185da7d9..e9b44ddb3 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -15,6 +15,12 @@ KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_HASH) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) endif +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_2_4),y) +KERNEL_FILE_VER:= 4.2.4 +KERNEL_RELEASE:= 1 +KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) +KERNEL_HASH:= 167a58414805918d01eee9265f56408f6a03113e78ff78f9f6fa8476b4c82ff2 +endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_10),y) KERNEL_FILE_VER:= 4.1.10 KERNEL_RELEASE:= 1 |