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