aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2020-06-26 09:32:57 +0000
committerAndriy Gapon <avg@FreeBSD.org>2020-06-26 09:32:57 +0000
commit8bf2c3c9f68d11314f4387a78b0e14a94d5f4bf1 (patch)
tree0c59b111f15fb809f78cad6554c7767701503bdb
parent71ab6f970822d16f6f92a7168f4118bfb40a4dd3 (diff)
downloadsrc-8bf2c3c9f68d11314f4387a78b0e14a94d5f4bf1.tar.gz
src-8bf2c3c9f68d11314f4387a78b0e14a94d5f4bf1.zip
ena: fix module build after r362530
Somehow I missed the makefile when moving the change from phabricator to svn. MFC after: 1 week X-MFC with: r362530
Notes
Notes: svn path=/head/; revision=362645
-rw-r--r--sys/modules/ena/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ena/Makefile b/sys/modules/ena/Makefile
index 72d0028367e8..64e4633a21db 100644
--- a/sys/modules/ena/Makefile
+++ b/sys/modules/ena/Makefile
@@ -37,6 +37,7 @@ KMOD = if_ena
SRCS = ena_com.c ena_eth_com.c
SRCS += ena.c ena_sysctl.c ena_datapath.c ena_netmap.c
SRCS += device_if.h bus_if.h pci_if.h
+SRCS += opt_rss.h
CFLAGS += -I${SRCTOP}/sys/contrib
.include <bsd.kmod.mk>