mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = tmp461
|
|
SRCS = tmp461.c bus_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|