diff options
author | imp <imp@FreeBSD.org> | 2015-06-02 21:24:47 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-06-02 21:24:47 +0000 |
commit | a5587d67f9f8ac5971f073fdfbf4cb0e69fc2bd7 (patch) | |
tree | 1d9287cb9f894447d1dbc943113e39d71883a6a1 /sys/modules | |
parent | fb6b5e38d8a14968b7b55572d99d953342d1a42d (diff) | |
download | FreeBSD-src-a5587d67f9f8ac5971f073fdfbf4cb0e69fc2bd7.zip FreeBSD-src-a5587d67f9f8ac5971f073fdfbf4cb0e69fc2bd7.tar.gz |
MFC:
Merge r276846: Add infrastructure to build dtb files from dts files.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/dtb/atmel/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/dtb/atmel/Makefile b/sys/modules/dtb/atmel/Makefile new file mode 100644 index 0000000..99ae4cb --- /dev/null +++ b/sys/modules/dtb/atmel/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ +# All the dts files for the boards we might likely support made by Atmel, +# plus the SAMA5 offerings. +DTS=at91-sama5d3_xplained.dts at91sam9g20ek.dts ethernut5.dts \ + at91-qil_a9260.dts sama5d31ek.dts sama5d33ek.dts sama5d34ek.dts \ + sama5d35ek.dts sama5d36ek.dts tny_a9260.dts tny_a9g20.dts \ + usb_a9260.dts usb_a9g20.dts + +.include <bsd.dtb.mk> |