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