Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2010 21:03:30 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209637 - head/sys/modules/em
Message-ID:  <201007012103.o61L3UeU083882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jfv
Date: Thu Jul  1 21:03:30 2010
New Revision: 209637
URL: http://svn.freebsd.org/changeset/base/209637

Log:
  Add new source to the loadable em build, thought
  it wasnt needed but it is.

Modified:
  head/sys/modules/em/Makefile

Modified: head/sys/modules/em/Makefile
==============================================================================
--- head/sys/modules/em/Makefile	Thu Jul  1 20:50:12 2010	(r209636)
+++ head/sys/modules/em/Makefile	Thu Jul  1 21:03:30 2010	(r209637)
@@ -8,7 +8,8 @@ CORE_SRC = if_em.c e1000_osdep.c
 # This is the Legacy, pre-PCIE source, it can be
 # undefined when using modular driver if not needed
 LEGACY_SRC    += if_lem.c
-COMMON_SHARED = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c e1000_manage.c
+COMMON_SHARED = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c \
+		e1000_manage.c e1000_vf.c e1000_mbx.c
 PCIE_SHARED = e1000_80003es2lan.c e1000_ich8lan.c e1000_82571.c e1000_82575.c
 LEGACY_SHARED = e1000_82540.c e1000_82542.c e1000_82541.c e1000_82543.c
 



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