Add a source file needed for module linking.

MFC after:   4 days
This commit is contained in:
kib 2012-07-06 20:14:27 +00:00
parent dbb42d9c5d
commit f4b6489741

View File

@ -9,7 +9,7 @@ CORE_SRC = if_em.c e1000_osdep.c
# 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 e1000_vf.c e1000_mbx.c
e1000_manage.c e1000_vf.c e1000_mbx.c e1000_i210.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