WIP
This commit is contained in:
parent
726ec70f7a
commit
aacb01917c
16 changed files with 74 additions and 5 deletions
|
|
@ -27,8 +27,7 @@ then
|
|||
then
|
||||
echo " Compiling..."
|
||||
|
||||
[ -z "${GPASM}" ] && GPASM="gpasm"
|
||||
do_cmd ${GPASM} -p"${PROCESSOR}" -o "${@CNAME@}" ${SRC} ${EXTRAS} || return 1
|
||||
do_cmd ${GPASM} ${GPASM_FLAGS} -p"${PROCESSOR}" -o "${@CNAME@}" ${SRC} ${EXTRAS} || return 1
|
||||
|
||||
print_success "Firmware built"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue