mirror of
https://github.com/opnsense/src.git
synced 2026-06-26 17:10:12 -04:00
The natural place to look for them based on how other SoCs are organized would be sys/modules/ti, but that's already taken. Drop a clue into modules/ti/Makefile directing people to modules/arm_ti if they're looking for ARM modules.
14 lines
162 B
Makefile
14 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/ti
|
|
|
|
KMOD= ti_i2c
|
|
SRCS= ti_i2c.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
ofw_bus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|