summaryrefslogtreecommitdiffstats
path: root/sys/modules/rp/Makefile
blob: cff6e12dad0035bab66a17e56fb9cb74f3557940 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/rp

KMOD=	rp
SRCS=	rp.c rp_pci.c device_if.h bus_if.h pci_if.h opt_compat.h

opt_compat.h:
	echo "#define COMPAT_43 1" > opt_compat.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud