Use a more logical naming system.
This commit is contained in:
parent
31e3e08408
commit
50e0fbc594
76 changed files with 115 additions and 0 deletions
18
scripts/build.firmware.gpasm/build.monolithic
Normal file
18
scripts/build.firmware.gpasm/build.monolithic
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# These are external variables, and shouldn't clash with anything else
|
||||
# @CNAME@_MONOLITHIC
|
||||
#
|
||||
|
||||
SRC="obj/@NAME@.asm"
|
||||
MONOLITHIC_TESTS="src/@NAME@/build.firmware src/@NAME@/build.monolithic"
|
||||
|
||||
if [ -z "${@CNAME@_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/@NAME@/{TopSource,BottomSource}.asm)"
|
||||
make_monolithic ${SRC} none || return 1
|
||||
|
||||
@CNAME@_MONOLITHIC=1
|
||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
|
||||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
Loading…
Add table
Add a link
Reference in a new issue