xref: /freebsd/sys/modules/pwm/pwmbus/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:	${SRCTOP}/sys/dev/pwm
2
3KMOD=	pwmbus
4SRCS=	pwmbus.c
5
6.if !empty(OPT_FDT)
7SRCS+=	ofw_pwm.c ofw_pwmbus.c ofw_bus_if.h
8.endif
9
10# Generated files...
11SRCS+=	\
12	bus_if.h \
13	device_if.h \
14	opt_platform.h \
15	pwmbus_if.c \
16	pwmbus_if.h \
17
18EXPORT_SYMS=	YES
19
20.include <bsd.kmod.mk>
21