summaryrefslogtreecommitdiffstats
path: root/sys/modules/mii/Makefile
blob: 45e9f40bec1173b0508ab78fcdc8c9e39c8e3009 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud