From 3b9fb627fbc38af82d04474a37f980f1e0095584 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 16 Jul 2023 17:34:10 +0200 Subject: [PATCH 43/43] ipq95xx: add kernel version Signed-off-by: John Crispin --- include/kernel-5.4 | 2 ++ include/target.mk | 1 + 2 files changed, 3 insertions(+) create mode 100644 include/kernel-5.4 diff --git a/include/kernel-5.4 b/include/kernel-5.4 new file mode 100644 index 0000000000..f77eb5d0b8 --- /dev/null +++ b/include/kernel-5.4 @@ -0,0 +1,2 @@ +LINUX_VERSION-5.4 = .164 +LINUX_KERNEL_HASH-5.4.164 = a8fdb27e0e7a871086e0c78b899088c21fbc8e16fb236d220926dc4c93e0fb2d diff --git a/include/target.mk b/include/target.mk index 36e1377617..d0fd1edd77 100644 --- a/include/target.mk +++ b/include/target.mk @@ -278,6 +278,7 @@ ifeq ($(DUMP),1) CPU_TYPE ?= generic CPU_CFLAGS_generic = -mcpu=generic CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53 + CPU_CFLAGS_cortex-a73 = -mcpu=cortex-a73+crypto endif ifeq ($(ARCH),arc) CPU_TYPE ?= arc700 -- 2.34.1