Add in SDCCFLAGS todo.

This commit is contained in:
Laurence Withers 2006-07-28 10:55:07 +01:00
parent c6eb191b49
commit 267b583388
1 changed files with 1 additions and 0 deletions

View File

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