Date: Mon, 10 Oct 2016 04:53:15 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306934 - head/sys/modules/dtb/allwinner Message-ID: <201610100453.u9A4rFqC092757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Mon Oct 10 04:53:15 2016 New Revision: 306934 URL: https://svnweb.freebsd.org/changeset/base/306934 Log: Add CHIP dts into the build Modified: head/sys/modules/dtb/allwinner/Makefile Modified: head/sys/modules/dtb/allwinner/Makefile ============================================================================== --- head/sys/modules/dtb/allwinner/Makefile Sun Oct 9 23:27:08 2016 (r306933) +++ head/sys/modules/dtb/allwinner/Makefile Mon Oct 10 04:53:15 2016 (r306934) @@ -9,6 +9,7 @@ DTS= \ olinuxino-lime.dts \ pcduino3.dts \ sinovoip-bpi-m3.dts \ - sun5i-a13-olinuxino.dts + sun5i-a13-olinuxino.dts \ + sun5i-r8-chip.dts .include <bsd.dtb.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610100453.u9A4rFqC092757>