]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/pwm/Makefile
pwm_backlight: Restrict module to armv7 and aarch64
[FreeBSD/FreeBSD.git] / sys / modules / pwm / Makefile
1 # $FreeBSD$
2
3 # Modules for dev/pwm drivers.
4
5 SUBDIR = \
6         pwmbus \
7         pwmc \
8
9 .if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
10 .if !empty(OPT_FDT)
11 SUBDIR += pwm_backlight
12 .endif
13 .endif
14
15 .include <bsd.subdir.mk>