1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328260

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>