mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = s35390a
|
|
SRCS = s35390a.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|