diff options
| author | Xin LI <delphij@FreeBSD.org> | 2008-06-20 19:28:33 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2008-06-20 19:28:33 +0000 |
| commit | 4d52a575495912e150d65b366b3afe42593ff501 (patch) | |
| tree | b5985620093cce5e28d20dce0f6c43997a353a0b /sys/modules/mii | |
| parent | 131c55bc5b501e0c19d6d9641ade661153035732 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mii')
| -rw-r--r-- | sys/modules/mii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 9b7ffd8bc551..57647ea241ac 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -7,7 +7,8 @@ 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 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 +SRCS+= rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c truephy.c ukphy.c +SRCS+= ukphy_subr.c SRCS+= xmphy.c EXPORT_SYMS= mii_mediachg \ |
