Author: phk
Date: Mon Jan 22 08:33:59 2018
New Revision: 328260
URL: https://svnweb.freebsd.org/changeset/base/328260

Log:
  Forgot to add the skeleton BCM283x Clock Manager
  
  Reminded by:  lwhsu

Added:
  head/sys/modules/bcm283x_clkman/
  head/sys/modules/bcm283x_clkman/Makefile   (contents, props changed)

Added: head/sys/modules/bcm283x_clkman/Makefile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/modules/bcm283x_clkman/Makefile    Mon Jan 22 08:33:59 2018        
(r328260)
@@ -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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to