From 8bf2c3c9f68d11314f4387a78b0e14a94d5f4bf1 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 26 Jun 2020 09:32:57 +0000 Subject: [PATCH] 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 --- sys/modules/ena/Makefile | 1 + 1 file changed, 1 insertion(+) 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