xref: /freebsd/sys/modules/pwm/Makefile (revision 38d94a4bc75a18f53ffd0ff8f65eefc739fef028)
1e108c3dfSIan Lepore# $FreeBSD$
2e108c3dfSIan Lepore
3e108c3dfSIan Lepore# Modules for dev/pwm drivers.
4e108c3dfSIan Lepore
5e108c3dfSIan LeporeSUBDIR = \
6e108c3dfSIan Lepore	pwmbus \
7e108c3dfSIan Lepore	pwmc \
8e108c3dfSIan Lepore
9*38d94a4bSEmmanuel Vadot.if !empty(OPT_FDT)
10*38d94a4bSEmmanuel VadotSUBDIR += pwm_backlight
11*38d94a4bSEmmanuel Vadot.endif
12*38d94a4bSEmmanuel Vadot
13e108c3dfSIan Lepore.include <bsd.subdir.mk>
14