xref: /freebsd/sys/modules/pwm/Makefile (revision b51f459a2098622c31ed54f5c1bf0e03efce403b)
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