svn commit: r368760 - stable/12/sys/modules/em

Eugene Grosbein eugen at FreeBSD.org
Fri Dec 18 12:40:20 UTC 2020


Author: eugen
Date: Fri Dec 18 12:40:19 2020
New Revision: 368760
URL: https://svnweb.freebsd.org/changeset/base/368760

Log:
  MFC r368391: if_em.ko: fix module build outside of kernel build environment

Modified:
  stable/12/sys/modules/em/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/modules/em/Makefile
==============================================================================
--- stable/12/sys/modules/em/Makefile	Fri Dec 18 12:24:33 2020	(r368759)
+++ stable/12/sys/modules/em/Makefile	Fri Dec 18 12:40:19 2020	(r368760)
@@ -4,7 +4,7 @@
 .PATH:  ${SRCTOP}/sys/dev/e1000
 KMOD    = if_em
 SRCS    = device_if.h bus_if.h pci_if.h opt_ddb.h opt_inet.h \
-	  opt_inet6.h ifdi_if.h
+	  opt_inet6.h opt_rss.h ifdi_if.h
 SRCS    += $(CORE_SRC) $(LEGACY_SRC)
 SRCS	+= $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
 CORE_SRC = if_em.c em_txrx.c e1000_osdep.c


More information about the svn-src-stable mailing list