Forgot to add the skeleton BCM283x Clock Manager
Reminded by: lwhsu
This commit is contained in:
parent
59e6efefac
commit
67e8bb2f5e
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