FreeCalypso > hg > freecalypso-hwlab
comparison fteeprom/Makefile @ 35:a79b0240534a
fteeprom: ftee-gen232r program written, compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 21 Apr 2019 19:10:26 +0000 |
| parents | 16b625911e19 |
| children | 4d77c191c034 |
comparison
equal
deleted
inserted
replaced
| 34:ae48b7d69744 | 35:a79b0240534a |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= ftee-gen2232c fteeprom-prog fteeprom-read | 3 PROGS= ftee-gen2232c ftee-gen232r fteeprom-prog fteeprom-read |
| 4 INSTBIN=/opt/freecalypso/bin | 4 INSTBIN=/opt/freecalypso/bin |
| 5 | 5 |
| 6 all: ${PROGS} | 6 all: ${PROGS} |
| 7 | 7 |
| 8 ftee-gen2232c: ftee-gen2232c.c | 8 ftee-gen2232c: ftee-gen2232c.c |
| 9 ${CC} ${CFLAGS} -o $@ $@.c | |
| 10 | |
| 11 ftee-gen232r: ftee-gen232r.c | |
| 9 ${CC} ${CFLAGS} -o $@ $@.c | 12 ${CC} ${CFLAGS} -o $@ $@.c |
| 10 | 13 |
| 11 fteeprom-prog: fteeprom-prog.c | 14 fteeprom-prog: fteeprom-prog.c |
| 12 ${CC} ${CFLAGS} -o $@ $@.c -lftdi | 15 ${CC} ${CFLAGS} -o $@ $@.c -lftdi |
| 13 | 16 |
