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