freebsd-dev/sys/modules/mii/Makefile
Bill Paul b54acb744c Add a homePNA PHY driver. This is really only a stub: MII-based homePNA
PHYs tend to look like 10mbps PHYs with no autonegotiation. This allows
us to display the proper media type and link status however.
2000-09-20 17:04:30 +00:00

11 lines
299 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mii
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 += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
SRCS += brgphy.c xmphy.c pnaphy.c
.include <bsd.kmod.mk>