mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
No reason that they should live directly under iicbus Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D41913 (cherry picked from commit 7c569caa0a6fffa7e1cc0a7f61e986dbc7c59074)
6 lines
158 B
Makefile
6 lines
158 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus/sensor
|
|
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>
|