aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2026-04-19 15:12:15 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2026-04-19 15:12:15 +0000
commit4546eb0c27f22236be8179616e1f0a3e88ddfbbe (patch)
treee5942ae546f5bd3be9384ce2ecd9e44d7eb37dd1 /sys
parent02b46313fd1461338703a1e02c667b8dbcc36237 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/ath10k/Makefile2
-rw-r--r--sys/modules/athk_common/Makefile2
2 files changed, 2 insertions, 2 deletions
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>