2019-06-16 00:53:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# Modules for dev/pwm drivers.
|
|
|
|
|
|
|
|
SUBDIR = \
|
|
|
|
pwmbus \
|
|
|
|
pwmc \
|
2020-10-02 18:23:27 +00:00
|
|
|
|
2020-10-02 19:56:54 +00:00
|
|
|
.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
|
2020-10-02 18:23:27 +00:00
|
|
|
.if !empty(OPT_FDT)
|
|
|
|
SUBDIR += pwm_backlight
|
|
|
|
.endif
|
2020-10-02 19:56:54 +00:00
|
|
|
.endif
|
2020-10-02 18:23:27 +00:00
|
|
|
|
2019-06-16 00:53:09 +00:00
|
|
|
.include <bsd.subdir.mk>
|