diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-18 20:50:30 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-18 20:50:30 +0000 |
| commit | 3780e6f9db01cc4f7d53d67ed1fc992a8f64c53f (patch) | |
| tree | 6452890a143cd130c3b485aacd3173dffed540c1 | |
| parent | 422e9c5d878e14ec16bb89ef6df65d964d5ce2f1 (diff) | |
rtw89: update module Makefile 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
| -rw-r--r-- | sys/modules/rtw89/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rtw89/Makefile b/sys/modules/rtw89/Makefile index cb7c3ece7065..b7f8dc7a2c6e 100644 --- a/sys/modules/rtw89/Makefile +++ b/sys/modules/rtw89/Makefile @@ -83,6 +83,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES} #CFLAGS+= -ferror-limit=0 -fmacro-backtrace-limit=0 CFLAGS+= -DKBUILD_MODNAME='"rtw89"' -CFLAGS+= -DLINUXKPI_VERSION=61900 +CFLAGS+= -DLINUXKPI_VERSION=70000 .include <bsd.kmod.mk> |
