diff options
author | yongari <yongari@FreeBSD.org> | 2007-06-11 02:07:08 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2007-06-11 02:07:08 +0000 |
commit | e6221b6f5f5c48cbfb0d268023864115ffe75669 (patch) | |
tree | 48091544d6a82bc58c7af23a7a00611b44c2cf69 /sys/modules/mii | |
parent | 42127c918b7ab38a15234a4262dd78fe651290d4 (diff) | |
download | FreeBSD-src-e6221b6f5f5c48cbfb0d268023864115ffe75669.zip FreeBSD-src-e6221b6f5f5c48cbfb0d268023864115ffe75669.tar.gz |
Connect icsphy(4) to the build.
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 a4d5a30..1b91db5 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 inphy.c tdkphy.c +SRCS+= mlphy.c tlphy.c rlphy.c amphy.c icsphy.c inphy.c tdkphy.c SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c SRCS+= rgephy.c ruephy.c ciphy.c gentbi.c ip1000phy.c |