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