summaryrefslogtreecommitdiff
path: root/sys/modules/pwm/Makefile
blob: bee7971458428830ff6eaee107f335ef2bef7346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Modules for dev/pwm drivers.

SUBDIR = \
	pwmbus \
	pwmc \

.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
.if !empty(OPT_FDT)
SUBDIR += pwm_backlight
.endif
.endif

.include <bsd.subdir.mk>