mirror of
https://github.com/opnsense/src.git
synced 2026-06-25 08:30:12 -04: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 7c569caa0a)
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>
|