Skip to content

Commit 3c12828

Browse files
reneeriknordmark
authored andcommitted
Keep nvidia platform temporally
This commit brings back the nvidia platform so it won't break any GitHub build action. It should be reverted after the update of the workflows to support the new platforms: nvidia-jp5 and nvidia-jp6. Signed-off-by: Renê de Souza Pinto <[email protected]>
1 parent 4587010 commit 3c12828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel-version.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ KERNEL_COMPILER=gcc
1515
PLATFORM?=generic
1616

1717
PLATFORMS_amd64=generic rt
18-
PLATFORMS_arm64=generic nvidia-jp5 nvidia-jp6 imx8mp_pollux imx8mp_epc_r3720 imx8mq_evk
18+
PLATFORMS_arm64=generic nvidia nvidia-jp5 nvidia-jp6 imx8mp_pollux imx8mp_epc_r3720 imx8mq_evk
1919
PLATFORMS_riscv64=generic
2020
ARCHS=amd64 arm64 riscv64
2121

@@ -42,6 +42,7 @@ else ifeq ($(ZARCH), arm64)
4242
KERNEL_FLAVOR=generic
4343
KERNEL_VERSION=v6.1.112
4444
else
45+
KVER_nvidia=v5.10.192
4546
KVER_nvidia-jp5=v5.10.192
4647
KVER_nvidia-jp6=v5.15.136
4748

0 commit comments

Comments
 (0)