Lines Matching refs:_t
156 @rm -f $@ $@_t $@_commands
161 @external/vboot_reference/scripts/getversion.sh >> $@_t
163 'futil_cmd_t __cmd_##NAME;' >> $@_t
164 @cat $@_commands >> $@_t
165 @echo '#undef _CMD' >> $@_t
166 @echo '#define _CMD(NAME) &__cmd_##NAME,' >> $@_t
167 @echo 'const struct futil_cmd_t *const futil_cmds[] = {' >> $@_t
168 @cat $@_commands >> $@_t
169 @echo '0}; /* null-terminated */' >> $@_t
170 @echo '#undef _CMD' >> $@_t
171 @mv $@_t $@