blob: adef7594eaa8d4edc347029762a46f5f5fa5a26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.PATH: ${SRCTOP}/sys/dev/iicbus/sensor
KMOD= max44009
SRCS= max44009.c
SRCS+= \
bus_if.h \
device_if.h \
iicbus_if.h \
opt_platform.h
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>
|