07af4a8e64
modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
18 lines
441 B
Makefile
18 lines
441 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 e1000phy.c exphy.c nsphy.c
|
|
SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c
|
|
SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c
|
|
|
|
EXPORT_SYMS= mii_mediachg \
|
|
mii_tick \
|
|
mii_pollstat \
|
|
mii_phy_probe \
|
|
mii_phy_reset
|
|
|
|
.include <bsd.kmod.mk>
|