svn commit: r278338 - head/sys/modules/dtb/rpi

Warner Losh imp at FreeBSD.org
Sat Feb 7 00:13:37 UTC 2015


Author: imp
Date: Sat Feb  7 00:13:36 2015
New Revision: 278338
URL: https://svnweb.freebsd.org/changeset/base/278338

Log:
  Create a module to install the Raspberry Pi dtb files.

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

Added: head/sys/modules/dtb/rpi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/dtb/rpi/Makefile	Sat Feb  7 00:13:36 2015	(r278338)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+# DTS files for the Raspberry Pi-B
+DTS=rpi.dts
+
+.include <bsd.dtb.mk>


More information about the svn-src-head mailing list