svn commit: r368391 - head/sys/modules/em

Eugene Grosbein eugen at FreeBSD.org
Sun Dec 6 17:44:29 UTC 2020


Author: eugen
Date: Sun Dec  6 17:44:28 2020
New Revision: 368391
URL: https://svnweb.freebsd.org/changeset/base/368391

Log:
  if_em.ko: fix module build outside of kernel build environment
  
  MFC after:	3 days

Modified:
  head/sys/modules/em/Makefile

Modified: head/sys/modules/em/Makefile
==============================================================================
--- head/sys/modules/em/Makefile	Sun Dec  6 16:44:41 2020	(r368390)
+++ head/sys/modules/em/Makefile	Sun Dec  6 17:44:28 2020	(r368391)
@@ -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-head mailing list