diff options
| author | Jack F Vogel <jfv@FreeBSD.org> | 2010-06-30 21:05:51 +0000 |
|---|---|---|
| committer | Jack F Vogel <jfv@FreeBSD.org> | 2010-06-30 21:05:51 +0000 |
| commit | b8270585798e1496c95ecc25d1b046a0efab964b (patch) | |
| tree | 983502f00d6c7473378965b56fdca1e888a7e596 /sys/modules/igb | |
| parent | 049a97931c5bd75650a5278f77ebaabcbdfbe05f (diff) | |
Notes
Diffstat (limited to 'sys/modules/igb')
| -rw-r--r-- | sys/modules/igb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/igb/Makefile b/sys/modules/igb/Makefile index 7b30390e07c3..4d375e59d4fa 100644 --- a/sys/modules/igb/Makefile +++ b/sys/modules/igb/Makefile @@ -6,7 +6,7 @@ SRCS += if_igb.c $(SHARED_SRCS) SHARED_SRCS = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c e1000_manage.c SHARED_SRCS += e1000_80003es2lan.c e1000_82542.c e1000_82541.c e1000_82543.c SHARED_SRCS += e1000_82540.c e1000_ich8lan.c e1000_82571.c e1000_osdep.c -SHARED_SRCS += e1000_82575.c +SHARED_SRCS += e1000_82575.c e1000_vf.c e1000_mbx.c CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP |
