svn commit: r362645 - head/sys/modules/ena

Andriy Gapon avg at FreeBSD.org
Fri Jun 26 09:32:57 UTC 2020


Author: avg
Date: Fri Jun 26 09:32:57 2020
New Revision: 362645
URL: https://svnweb.freebsd.org/changeset/base/362645

Log:
  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

Modified:
  head/sys/modules/ena/Makefile

Modified: head/sys/modules/ena/Makefile
==============================================================================
--- head/sys/modules/ena/Makefile	Fri Jun 26 08:20:38 2020	(r362644)
+++ head/sys/modules/ena/Makefile	Fri Jun 26 09:32:57 2020	(r362645)
@@ -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>


More information about the svn-src-head mailing list