diff options
author | imp <imp@FreeBSD.org> | 2015-01-08 18:28:06 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-01-08 18:28:06 +0000 |
commit | 3d65b7b70c14ee2b8218e875827dfbccf647cb33 (patch) | |
tree | c1fd1efc5975e1896b90b96ae60759714143d609 /sys/modules/dtb | |
parent | abec420f04cfc04d27c1e212da060f4ad48a07c8 (diff) | |
download | FreeBSD-src-3d65b7b70c14ee2b8218e875827dfbccf647cb33.zip FreeBSD-src-3d65b7b70c14ee2b8218e875827dfbccf647cb33.tar.gz |
Add infrastructure to build dtb files from dts files.
Diffstat (limited to 'sys/modules/dtb')
-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> |