Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 00:13:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278338 - head/sys/modules/dtb/rpi
Message-ID:  <201502070013.t170Dbkn026218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502070013.t170Dbkn026218>