1# $FreeBSD$ 2 3# Modules for dev/pwm drivers. 4 5SUBDIR = \ 6 pwmbus \ 7 pwmc \ 8 9.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64" 10.if !empty(OPT_FDT) 11SUBDIR += pwm_backlight 12.endif 13.endif 14 15.include <bsd.subdir.mk> 16