kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
[dragonfly.git] / sys / dev / netif / wi / Makefile
1 # $FreeBSD: head/sys/modules/wi/Makefile 182251 2008-08-27 05:43:46Z imp $
2
3 KMOD=   if_wi
4 SRCS=   if_wi.c if_wi_pccard.c if_wi_pci.c \
5         card_if.h pccarddevs.h device_if.h bus_if.h pci_if.h
6
7 .include <bsd.kmod.mk>