kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
[dragonfly.git] / sys / dev / netif / mii_layer / Makefile
1 # $FreeBSD: src/sys/modules/mii/Makefile,v 1.11.2.6 2001/06/18 18:49:12 wpaul Exp $
2
3 KMOD    = miibus
4 SRCS    = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h
5 SRCS    += miibus_if.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c
6 SRCS    += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c nsgphy.c
7 SRCS    += pnaphy.c brgphy.c xmphy.c inphy.c lxtphy.c qsphy.c acphy.c
8 SRCS    += ruephy.c rgephy.c ciphy.c ip1000phy.c truephy.c jmphy.c atphy.c
9 SRCS    += miidevs.h
10
11 .include <bsd.kmod.mk>