1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
This commit is contained in:
Andriy Gapon 2020-06-26 09:32:57 +00:00
parent 71ab6f9708
commit 8bf2c3c9f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362645

View File

@ -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>