]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/tools/fdt/make_dtbh.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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