1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/rp
4
5KMOD=	rp
6SRCS=	rp.c rp_pci.c device_if.h bus_if.h pci_if.h opt_compat.h
7
8.if !defined(KERNBUILDDIR)
9opt_compat.h:
10	echo "#define COMPAT_43 1" > ${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>
14