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