freebsd-dev/sys/modules/pwm/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

15 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>