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