mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/arm/broadcom/bcm2835/
|
|
|
|
KMOD= bcm283x_clkman
|
|
SRCS= bcm2835_clkman.c
|
|
|
|
EXPORT_SYMS= bcm2835_clkman_set_frequency
|
|
|
|
SRCS+= bus_if.h device_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|