Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 12:40:20 +0000 (UTC)
From:      Eugene Grosbein <eugen@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: r368760 - stable/12/sys/modules/em
Message-ID:  <202012181240.0BICeKaC011485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012181240.0BICeKaC011485>