mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
14 lines
210 B
Makefile
14 lines
210 B
Makefile
|
|
# Modules for dev/pwm drivers.
|
|
|
|
SUBDIR = \
|
|
pwmbus \
|
|
pwmc \
|
|
|
|
.if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
|
|
.if !empty(OPT_FDT)
|
|
SUBDIR += pwm_backlight
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|