Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # Use C locale to ensure AWK string comparisons always produce # a stable sort order. # $FreeBSD$ BHND_TOOLDIR="$(dirname $0)/" LC_ALL=C; export LC_ALL "${AWK:-/usr/bin/awk}" -f "$BHND_TOOLDIR/nvram_map_gen.awk" $@