96f2e892a7
which it replaces. The new driver supports all of the chips supported by the ones it replaces, as well as many DEC/Intel 21143 10/100 cards. This also completes my quest to convert things to miibus and add Alpha support.
11 lines
281 B
Makefile
11 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
KMOD = miibus
|
|
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_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
|
|
CFLAGS += ${DEBUG_FLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|