mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/arm/broadcom/bcm2835/
|
|
|
|
KMOD= bcm283x_pwm
|
|
SRCS= bcm2835_pwm.c
|
|
|
|
SRCS+= bus_if.h device_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|