svn commit: r349881 - stable/12/sys/conf
Alexander Motin
mav at FreeBSD.org
Wed Jul 10 12:10:12 UTC 2019
Author: mav
Date: Wed Jul 10 12:10:10 2019
New Revision: 349881
URL: https://svnweb.freebsd.org/changeset/base/349881
Log:
MFC r349418: Fix qlxgbe(4) static build.
Modified:
stable/12/sys/conf/files.amd64
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/conf/files.amd64
==============================================================================
--- stable/12/sys/conf/files.amd64 Wed Jul 10 08:19:33 2019 (r349880)
+++ stable/12/sys/conf/files.amd64 Wed Jul 10 12:10:10 2019 (r349881)
@@ -383,6 +383,9 @@ dev/qlxgbe/ql_isr.c optional qlxgbe pci
dev/qlxgbe/ql_misc.c optional qlxgbe pci
dev/qlxgbe/ql_os.c optional qlxgbe pci
dev/qlxgbe/ql_reset.c optional qlxgbe pci
+dev/qlxgbe/ql_fw.c optional qlxgbe pci
+dev/qlxgbe/ql_boot.c optional qlxgbe pci
+dev/qlxgbe/ql_minidump.c optional qlxgbe pci
dev/qlnx/qlnxe/ecore_cxt.c optional qlnxe pci \
compile-with "${LINUXKPI_C}"
dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c optional qlnxe pci \
More information about the svn-src-all
mailing list