aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/em
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2010-07-01 21:03:30 +0000
committerJack F Vogel <jfv@FreeBSD.org>2010-07-01 21:03:30 +0000
commitcb18cb4d7c7dc3f8cd49ec75495a8ed1d6607dbf (patch)
tree5706b199062ccfc549cbb8a820a0de01021ec8c5 /sys/modules/em
parent5d766a09daab280726e9233150d230bc177e4acd (diff)
Notes
Diffstat (limited to 'sys/modules/em')
-rw-r--r--sys/modules/em/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile
index 3e91c14fbbfb..1fac033d55bc 100644
--- a/sys/modules/em/Makefile
+++ b/sys/modules/em/Makefile
@@ -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