Use a more logical naming system.

This commit is contained in:
Laurence Withers 2006-12-08 12:09:08 +00:00
commit 50e0fbc594
76 changed files with 115 additions and 0 deletions

View file

@ -1,12 +0,0 @@
build_target @NAME@
# make paths (this is for Gentoo in particular)
build_dir_tree "${HEXDIR}" || return 1
# install binary
echo "Installing firmware into '${HEXDIR}'"
install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
print_success "Done"
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@