diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-09 18:00:20 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-05-24 01:15:02 +0000 |
| commit | 11d69a4558de2a5427d8191caed315c5f7e9a5d6 (patch) | |
| tree | c2f656aae051551af37954244dc86205ecf516fb /sys/conf | |
| parent | 8ead19207e56790bd4c64dba4ddbf2e0eb6922f7 (diff) | |
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index fac94252a362..379685d83713 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4665,6 +4665,8 @@ compat/linuxkpi/common/src/linux_80211.c optional compat_linuxkpi wlan \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_80211_macops.c optional compat_linuxkpi wlan \ compile-with "${LINUXKPI_C}" +compat/linuxkpi/common/src/linuxkpi_80211_pm.c optional compat_linuxkpi wlan \ + compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_kmod.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_acpi.c optional compat_linuxkpi acpi \ |
