diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-09 13:20:14 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-09 13:20:14 +0000 |
| commit | dab39c11afe9c741ea9f89690238162578aba1dd (patch) | |
| tree | 1c192693ef0026b59929aa51ae418edb7fbfc683 /sys/conf | |
| parent | e597bae4ee46f208d58e5f9da7788398a6b6c372 (diff) | |
Notes
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 9ae03e1df987..0414274f1d26 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4528,6 +4528,8 @@ nlm/sm_inter_xdr.c optional nfslockd | nfsd # Linux Kernel Programming Interface 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 \ + compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_compat.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_current.c optional compat_linuxkpi \ |
