Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $FreeBSD$ # 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>