Forgot to add the skeleton BCM283x Clock Manager

Reminded by:	lwhsu
This commit is contained in:
Poul-Henning Kamp 2018-01-22 08:33:59 +00:00
parent 59e6efefac
commit 67e8bb2f5e

View File

@ -0,0 +1,12 @@
# $FreeBSD$
.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>