Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 14:31:18 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284179 - head/sys/modules/em
Message-ID:  <201506091431.t59EVIxM021230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091431.t59EVIxM021230>