]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sio/Makefile
MFV r328323,328324:
[FreeBSD/FreeBSD.git] / sys / modules / sio / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/sio
4
5 KMOD=   sio
6 SRCS=   bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \
7         opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
8         sio.c sio_isa.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
9
10 .if !defined(KERNBUILDDIR)
11 opt_compat.h:
12         echo "#define COMPAT_43 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>