mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
8 lines
163 B
Makefile
8 lines
163 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.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>
|