lw-build-system/scripts/build.firmware.gpasm/build.install-firmware
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00

11 lines
279 B
Bash

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"
# vim: syntax=sh:@VIM_MODELINE@