diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2003-07-10 05:12:10 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2003-07-10 05:12:10 +0000 |
| commit | 85a94674d085db9d81d4dedf90816adac9857f9e (patch) | |
| tree | b45b05b00fc96de3d5fc6a7241e82019a98331cb /sys | |
| parent | 6cabd2d9bb0e38d304c2a9a18073bba64f25cf0c (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 dfebd60a98c62..01502093e80c7 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -5,7 +5,7 @@ KMOD= miibus SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h SRCS+= miibus_if.h miidevs.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+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c tdkphy.c SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c SRCS+= ruephy.c |
