Date: Sun, 6 Dec 2020 17:44:28 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r368391 - head/sys/modules/em Message-ID: <202012061744.0B6HiSJP043974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012061744.0B6HiSJP043974>