1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/modules/mii/Makefile

12 lines
339 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
.include <bsd.kmod.mk>