Forgot to add the skeleton BCM283x Clock Manager

Reminded by:	lwhsu
This commit is contained in:
phk 2018-01-22 08:33:59 +00:00
parent 4acf4a5e01
commit 0833ef388c

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>