svn commit: r367788 - head/sys/modules/linuxkpi

Hans Petter Selasky hselasky at FreeBSD.org
Wed Nov 18 13:45:33 UTC 2020


Author: hselasky
Date: Wed Nov 18 13:45:32 2020
New Revision: 367788
URL: https://svnweb.freebsd.org/changeset/base/367788

Log:
  Add missing header file when building the LinuxKPI module separately.
  
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies // NVIDIA Networking

Modified:
  head/sys/modules/linuxkpi/Makefile

Modified: head/sys/modules/linuxkpi/Makefile
==============================================================================
--- head/sys/modules/linuxkpi/Makefile	Wed Nov 18 13:22:22 2020	(r367787)
+++ head/sys/modules/linuxkpi/Makefile	Wed Nov 18 13:45:32 2020	(r367788)
@@ -25,7 +25,7 @@ SRCS=	linux_compat.c \
 
 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
     ${MACHINE_CPUARCH} == "i386"
-SRCS+=	opt_acpi.h linux_acpi.c
+SRCS+=	opt_acpi.h acpi_if.h linux_acpi.c
 .endif
 
 SRCS+=	${LINUXKPI_GENSRCS}


More information about the svn-src-head mailing list