mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Control is through sysctl, only GPIO12 supported. bootverbose creates sysctls for direct mangling of relevant registers. Only tested on RPI2
10 lines
157 B
Makefile
10 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/broadcom/bcm2835/
|
|
|
|
KMOD= rpi_pwm
|
|
SRCS= bcm2835_pwm.c
|
|
|
|
SRCS+= bus_if.h device_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|