machine/gameboy-advance: allow TinyGo to directly output GBA files that are ready for flashing by performing objcopy

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-09-21 10:47:32 +02:00
committed by Ayke
parent 7732c6f449
commit a7d00f1b6d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ smoketest:
tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky1
tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky2
tinygo build -size short -o test.elf -target=circuitplay-express examples/i2s
tinygo build -size short -o test.elf -target=gameboy-advance examples/gba-display
tinygo build -size short -o test.gba -target=gameboy-advance examples/gba-display
tinygo build -size short -o test.elf -target=itsybitsy-m4 examples/blinky1
tinygo build -size short -o test.elf -target=nucleo-f103rb examples/blinky1
ifneq ($(AVR), 0)