svn commit: r348275 - stable/12/sys/conf

Johannes Lundberg johalun at FreeBSD.org
Sat May 25 18:03:18 UTC 2019


Author: johalun
Date: Sat May 25 18:03:17 2019
New Revision: 348275
URL: https://svnweb.freebsd.org/changeset/base/348275

Log:
  LinuxKPI: Register new linuxkpi and lindebugfs source files.
  
  This change is a partial MFC of r344487.
  
  Reviewed by:	hps
  Approved by:	imp (mentor), hps
  Obtained from:	mmacy

Modified:
  stable/12/sys/conf/files

Modified: stable/12/sys/conf/files
==============================================================================
--- stable/12/sys/conf/files	Sat May 25 17:37:28 2019	(r348274)
+++ stable/12/sys/conf/files	Sat May 25 18:03:17 2019	(r348275)
@@ -4529,6 +4529,11 @@ compat/linuxkpi/common/src/linux_usb.c		optional compa
 	compile-with "${LINUXKPI_C}"
 compat/linuxkpi/common/src/linux_work.c		optional compat_linuxkpi \
 	compile-with "${LINUXKPI_C}"
+compat/linuxkpi/common/src/linux_seq_file.c	optional compat_linuxkpi | lindebugfs \
+	compile-with "${LINUXKPI_C}"
+
+compat/lindebugfs/lindebugfs.c			optional lindebugfs \
+	compile-with "${LINUXKPI_C}"
 
 # OpenFabrics Enterprise Distribution (Infiniband)
 ofed/drivers/infiniband/core/ib_addr.c			optional ofed	\


More information about the svn-src-all mailing list