kernel: Drop ISA support from most remaining drivers that had some.
[dragonfly.git] / sys / dev / serial / digi / Makefile
1 KMOD=   digi
2 SRCS=   digi.c digi_pci.c digi_bios.c
3 SRCS+=  bus_if.h pci_if.h device_if.h
4 SRCS+=  opt_compat.h
5
6 opt_compat.h:
7         echo "#define COMPAT_43 1" > ${.TARGET}
8
9 .include <bsd.kmod.mk>