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:
parent
59e6efefac
commit
67e8bb2f5e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328260
12
sys/modules/bcm283x_clkman/Makefile
Normal file
12
sys/modules/bcm283x_clkman/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user