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