diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-18 13:40:21 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-18 14:21:36 +0000 |
| commit | 90383181aae908d2c696f8d66c19645011b4c388 (patch) | |
| tree | 517d0ccd16ff01d7c18873c235fe5b7283762350 | |
| parent | 41b641cc0537d1288cc05332bb4c5de3dcb12589 (diff) | |
rtw88: 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/rtw88/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rtw88/Makefile b/sys/modules/rtw88/Makefile index 04000dd66e95..1978e2392da9 100644 --- a/sys/modules/rtw88/Makefile +++ b/sys/modules/rtw88/Makefile @@ -90,6 +90,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES} CFLAGS+= -DCONFIG_RTW88_DEBUG CFLAGS+= -DKBUILD_MODNAME='"rtw88"' -CFLAGS+= -DLINUXKPI_VERSION=61900 +CFLAGS+= -DLINUXKPI_VERSION=70000 .include <bsd.kmod.mk> |
