mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Add commandline parsing to host. Add -e <size in bytes> option to configure extram.
This commit is contained in:
parent
93085f562c
commit
67e8fe13c0
3 changed files with 58 additions and 20 deletions
|
|
@ -29,7 +29,7 @@ disasm_common: all
|
|||
$(PREFIX)objdump -S -d -f ${PROJECT}.elf
|
||||
|
||||
test_common: all
|
||||
${TOPDIR}/hosts/host/host ${PWD}/${PROJECT}.bin
|
||||
${TOPDIR}/hosts/host/host ${HOST_EXTRA} ${PWD}/${PROJECT}.bin
|
||||
|
||||
clean_common:
|
||||
rm -f ${PROJECT}.o ${PROJECT}.elf ${PROJECT}.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue