From 4546eb0c27f22236be8179616e1f0a3e88ddfbbe Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sun, 19 Apr 2026 15:12:15 +0000 Subject: athk_common / ath10k: update module Makefiles for v7.0 driver version Update LINUXKPI_VERSION to reflect that the driver is based on Linux v7.0. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/modules/ath10k/Makefile | 2 +- sys/modules/athk_common/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/modules/ath10k/Makefile b/sys/modules/ath10k/Makefile index 2ffa8532ff47..b28df768c3d5 100644 --- a/sys/modules/ath10k/Makefile +++ b/sys/modules/ath10k/Makefile @@ -65,6 +65,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES} #CFLAGS+= -DCONFIG_THERMAL CFLAGS+= -DKBUILD_MODNAME='"ath10k"' -CFLAGS+= -DLINUXKPI_VERSION=61900 +CFLAGS+= -DLINUXKPI_VERSION=70000 .include diff --git a/sys/modules/athk_common/Makefile b/sys/modules/athk_common/Makefile index d058d19cbe80..579ae7474891 100644 --- a/sys/modules/athk_common/Makefile +++ b/sys/modules/athk_common/Makefile @@ -31,6 +31,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES} #CFLAGS+= -ferror-limit=0 CFLAGS+= -DKBUILD_MODNAME='"athk_common"' -CFLAGS+= -DLINUXKPI_VERSION=61900 +CFLAGS+= -DLINUXKPI_VERSION=70000 .include -- cgit v1.3