]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/tools/fdt/make_dtbh.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / tools / fdt / make_dtbh.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4
5 # Script generates a $2/fdt_static_dtb.h file.
6
7 dtb_base_name=`basename $1 .dts`
8 echo '#define FDT_DTB_FILE "'${dtb_base_name}.dtb'"' > $2/fdt_static_dtb.h