aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-12-06 17:44:28 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-12-06 17:44:28 +0000
commitc0460cf2e42d2819c1f191a1d6e1b3dc0c7ea010 (patch)
tree54769e7773dd86f1f0039beb29a10c6358bd4c24
parent2c8d44449b25411a4dd62d073db51a312faf9b9c (diff)
downloadsrc-c0460cf2e42d2819c1f191a1d6e1b3dc0c7ea010.tar.gz
src-c0460cf2e42d2819c1f191a1d6e1b3dc0c7ea010.zip
Notes
-rw-r--r--sys/modules/em/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile
index 0d3942dc7f0e..92aa093f986c 100644
--- a/sys/modules/em/Makefile
+++ b/sys/modules/em/Makefile
@@ -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