kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
[dragonfly.git] / sys / dev / netif / vx / Makefile
1 KMOD    = if_vx
2 SRCS    = if_vx.c if_vx_pci.c
3 SRCS    += device_if.h bus_if.h pci_if.h pcidevs.h isa_if.h
4
5 .include <bsd.kmod.mk>