FreeCalypso > hg > freecalypso-tools
comparison target-utils/compalstage/Makefile @ 41:2c9ea966edb9
target-utils/{compalstage,loadagent}/Makefile: move to /opt/freecalypso
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 05:32:42 +0000 |
parents | b301b75de0e0 |
children |
comparison
equal
deleted
inserted
replaced
40:7ecb70b0ac36 | 41:2c9ea966edb9 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 OBJCOPY=arm-elf-objcopy | 2 OBJCOPY=arm-elf-objcopy |
3 | 3 |
4 TARGETS=compalstage-plain.bin compalstage-thumb.bin compalstage-1003.bin \ | 4 TARGETS=compalstage-plain.bin compalstage-thumb.bin compalstage-1003.bin \ |
5 compalstage-1004.bin | 5 compalstage-1004.bin |
6 INSTDIR=/usr/local/share/freecalypso | 6 INSTDIR=/opt/freecalypso/target-bin |
7 | 7 |
8 all: ${TARGETS} | 8 all: ${TARGETS} |
9 | 9 |
10 .SUFFIXES: .o .bin | 10 .SUFFIXES: .o .bin |
11 | 11 |