summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtb
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-04-20 22:12:19 +0000
committerloos <loos@FreeBSD.org>2015-04-20 22:12:19 +0000
commitd7580b474711f5b0efd68ec33e2f96b41ee63121 (patch)
treea1a3e7e6012100a639233aad362bda47563586a1 /sys/modules/dtb
parentf895e55c75ac850bc755efa45c7a316e0e20b8a2 (diff)
downloadFreeBSD-src-d7580b474711f5b0efd68ec33e2f96b41ee63121.zip
FreeBSD-src-d7580b474711f5b0efd68ec33e2f96b41ee63121.tar.gz
Build and install the DTB for all the supported AllWinner SoCs.
We will need them when we start booting using ubldr.
Diffstat (limited to 'sys/modules/dtb')
-rw-r--r--sys/modules/dtb/allwinner/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile
new file mode 100644
index 0000000..705b597
--- /dev/null
+++ b/sys/modules/dtb/allwinner/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+# All the dts files for allwinner systems we support.
+DTS= \
+ cubieboard.dts \
+ cubieboard2.dts
+
+.include <bsd.dtb.mk>
OpenPOWER on IntegriCloud