mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
11 lines
199 B
Makefile
11 lines
199 B
Makefile
# $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>
|