freebsd-dev/sys/modules/sio/Makefile

16 lines
348 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/sio
KMOD= sio
SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \
opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
sio.c sio_isa.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
2003-12-28 12:27:34 +00:00
.if !defined(KERNBUILDDIR)
opt_compat.h:
echo "#define COMPAT_43 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>