FreeCalypso > hg > freecalypso-sw
comparison compal-flash-boot-for-fc/Makefile @ 932:79657f9c5772
compal-flash-boot-for-fc created
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 31 Oct 2015 03:04:03 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 931:d1799aa85e56 | 932:79657f9c5772 |
|---|---|
| 1 TARGET= compal-flash-boot-for-fc.bin | |
| 2 SRCBIN= R87.2.1.03-boot.bin | |
| 3 PATCH= change-branch-targets.patch | |
| 4 | |
| 5 all: ${TARGET} | |
| 6 | |
| 7 ${TARGET}: ${SRCBIN} ${PATCH} | |
| 8 cp ${SRCBIN} $@ | |
| 9 xxd -r -c 4 ${PATCH} $@ | |
| 10 | |
| 11 clean: | |
| 12 rm -f ${TARGET} |
