Add in SDCCFLAGS todo.
This commit is contained in:
parent
c6eb191b49
commit
267b583388
|
@ -26,6 +26,7 @@ then
|
|||
then
|
||||
echo " Compiling..."
|
||||
|
||||
SDCCFLAGS="" # @TODO@
|
||||
do_cmd ${SDCC} ${SDCCFLAGS} -o "${@CNAME@}" ${SRC} ${EXTRAS} || return 1
|
||||
|
||||
print_success "Firmware built"
|
||||
|
|
Loading…
Reference in New Issue