svn commit: r284179 - head/sys/modules/em

Sean Bruno sbruno at FreeBSD.org
Tue Jun 9 14:31:19 UTC 2015


Author: sbruno
Date: Tue Jun  9 14:31:18 2015
New Revision: 284179
URL: https://svnweb.freebsd.org/changeset/base/284179

Log:
  Include opt_em.h now that there are actual kernel compile options for em(4).
  
  Submitted by:	jfv
  MFC after:	2 week
  Sponsored by:	Limelight Networks

Modified:
  head/sys/modules/em/Makefile

Modified: head/sys/modules/em/Makefile
==============================================================================
--- head/sys/modules/em/Makefile	Tue Jun  9 11:49:56 2015	(r284178)
+++ head/sys/modules/em/Makefile	Tue Jun  9 14:31:18 2015	(r284179)
@@ -2,7 +2,8 @@
 
 .PATH:  ${.CURDIR}/../../dev/e1000
 KMOD    = if_em
-SRCS    = device_if.h bus_if.h pci_if.h opt_ddb.h opt_inet.h opt_inet6.h
+SRCS    = device_if.h bus_if.h pci_if.h opt_ddb.h opt_em.h opt_inet.h \
+	  opt_inet6.h 
 SRCS    += $(CORE_SRC) $(LEGACY_SRC)
 SRCS	+= $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
 CORE_SRC = if_em.c e1000_osdep.c


More information about the svn-src-head mailing list