diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-05-27 01:23:17 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-05-27 01:23:17 +0000 |
| commit | 5defec9f5227124d8a944e23140891fd5549f1c2 (patch) | |
| tree | 6281acecd24328379942d1b2840a911223dcd487 /sys/modules/mii | |
| parent | 6021a944af62e8a6a12a2e405b40ff737f71cae2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mii')
| -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 30f031ffd094..9b7ffd8bc551 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -4,7 +4,7 @@ KMOD= miibus SRCS= acphy.c amphy.c atphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h -SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c +SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c SRCS+= rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c ukphy_subr.c |
