xref: /freebsd/sys/modules/pwm/Makefile (revision 4a84542103480d4849ae75858b29659a6632200e)
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*4a845421SEmmanuel Vadot.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
1038d94a4bSEmmanuel Vadot.if !empty(OPT_FDT)
1138d94a4bSEmmanuel VadotSUBDIR += pwm_backlight
1238d94a4bSEmmanuel Vadot.endif
13*4a845421SEmmanuel Vadot.endif
1438d94a4bSEmmanuel Vadot
15e108c3dfSIan Lepore.include <bsd.subdir.mk>
16