2003-12-27 14:50:37 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/sio
|
2003-12-27 14:50:37 -05:00
|
|
|
|
|
|
|
|
KMOD= sio
|
2006-04-28 17:21:53 -04:00
|
|
|
SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \
|
2011-08-27 10:24:27 -04:00
|
|
|
opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
|
2017-01-27 21:22:15 -05:00
|
|
|
sio.c sio_isa.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
|
2003-12-28 07:27:34 -05:00
|
|
|
|
2005-10-14 19:30:17 -04:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2003-12-27 14:50:37 -05:00
|
|
|
opt_compat.h:
|
2003-12-29 03:45:38 -05:00
|
|
|
echo "#define COMPAT_43 1" > ${.TARGET}
|
2005-10-14 19:30:17 -04:00
|
|
|
.endif
|
2003-12-27 14:50:37 -05:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|