mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Only build on RISC-V for now, since we're not aware of any other cores with this IP supported by FreeBSD. Reviewed by: jrtc27, philip MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D32737
7 lines
151 B
Makefile
7 lines
151 B
Makefile
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
|
|
KMOD = iicoc
|
|
SRCS = device_if.h bus_if.h iicbus_if.h \
|
|
iicoc.c iicoc_fdt.c iicoc_pci.c
|
|
|
|
.include <bsd.kmod.mk>
|