This commit is contained in:
Laurence Withers 2006-12-08 15:51:18 +00:00
commit aacb01917c
16 changed files with 74 additions and 5 deletions

View file

@ -26,7 +26,6 @@ then
then
echo " Compiling..."
SDCCFLAGS="" # @TODO@
do_cmd ${SDCC} ${SDCCFLAGS} -o "${@CNAME@}" ${SRC} ${EXTRAS} || return 1
print_success "Firmware built"