]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/pwm/pwmbus/Makefile
MFC r343826, r346698, r349057-r349060, r349073-r349077, r349080-r349086, r349088,
[FreeBSD/FreeBSD.git] / sys / modules / pwm / pwmbus / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/pwm
4
5 KMOD=   pwmbus
6 SRCS=   pwmbus.c
7
8 .if !empty(OPT_FDT)
9 SRCS+=  ofw_pwm.c ofw_pwmbus.c ofw_bus_if.h
10 .endif
11
12 # Generated files...
13 SRCS+=  \
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>