Date: Sat, 25 May 2019 18:03:17 +0000 (UTC) From: Johannes Lundberg <johalun@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348275 - stable/12/sys/conf Message-ID: <201905251803.x4PI3Hen096337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251803.x4PI3Hen096337>