aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sio/Makefile
blob: 5f3c4beb8e83729bc8f673cccca4e6615d6b9cd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH: ${SRCTOP}/sys/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

.if !defined(KERNBUILDDIR)
opt_compat.h:
	echo "#define COMPAT_43 1" > ${.TARGET}
.endif

.include <bsd.kmod.mk>