xref: /freebsd/sys/modules/pwm/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1e108c3dfSIan Lepore# Modules for dev/pwm drivers.
2e108c3dfSIan Lepore
3e108c3dfSIan LeporeSUBDIR = \
4e108c3dfSIan Lepore	pwmbus \
5e108c3dfSIan Lepore	pwmc \
6e108c3dfSIan Lepore
7*4a845421SEmmanuel Vadot.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
838d94a4bSEmmanuel Vadot.if !empty(OPT_FDT)
938d94a4bSEmmanuel VadotSUBDIR += pwm_backlight
1038d94a4bSEmmanuel Vadot.endif
11*4a845421SEmmanuel Vadot.endif
1238d94a4bSEmmanuel Vadot
13e108c3dfSIan Lepore.include <bsd.subdir.mk>
14