lw-build-system/scripts/build.firmware.gpasm/instantiate
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

13 lines
287 B
Bash

if [ $# -ne 0 ]
then
print_failure "Too many arguments. None required for this module."
exit 1
fi
do_parameter_subst
add_config_option "HEXDIR" "\${SHAREDIR}/@TODO@"
add_config_option "GPASM" "gpasm"
add_config_option "GPASM_FLAGS" ""
true
# vim: syntax=sh:expandtab:ts=4:sw=4