diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-21 23:42:19 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-21 23:42:19 +0000 |
| commit | eab341ffa4dd271935801a05c4fec54fae26c670 (patch) | |
| tree | e73aaee9304b7b7d54f7d5774814cc5021998823 /sys/modules | |
| parent | 5ea6583e2d1ac0f71128fda51a51272136bac6c6 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/mii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 0b398287be1e..c8ab470b0572 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -4,7 +4,7 @@ KMOD= miibus SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h -SRCS+= miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c +SRCS+= miibus_if.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c |
