Author: andreast
Date: Sun Dec  2 19:35:22 2018
New Revision: 341404
URL: https://svnweb.freebsd.org/changeset/base/341404

Log:
  Add rule to build the dtb for the rock64 board.
  
  Reviewed by:  manu@

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

Added: head/sys/modules/dtb/rockchip/Makefile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/modules/dtb/rockchip/Makefile      Sun Dec  2 19:35:22 2018        
(r341404)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+# For now only for rk3328-rock64 dts file.
+
+DTS=   \
+       rockchip/rk3328-rock64.dts
+
+.include <bsd.dtb.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