FreeCalypso > hg > freecalypso-tools
comparison target-utils/loadagent/Makefile @ 26:b301b75de0e0
install misc files into /usr/local/share/freecalypso as non-executable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 01:20:55 +0000 |
parents | e7502631a0f9 |
children | 2c9ea966edb9 |
comparison
equal
deleted
inserted
replaced
25:75cd626cf379 | 26:b301b75de0e0 |
---|---|
28 ${PROG}.srec: ${PROG}.elf | 28 ${PROG}.srec: ${PROG}.elf |
29 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@ | 29 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@ |
30 | 30 |
31 install: | 31 install: |
32 mkdir -p ${INSTDIR} | 32 mkdir -p ${INSTDIR} |
33 install -c ${PROG}.srec ${INSTDIR} | 33 install -c -m 644 ${PROG}.srec ${INSTDIR} |
34 | 34 |
35 clean: | 35 clean: |
36 rm -f *.o *errs *core *.elf *.bin *.srec crt0.S | 36 rm -f *.o *errs *core *.elf *.bin *.srec crt0.S |
37 | 37 |
38 FRC: | 38 FRC: |