FreeCalypso > hg > fc-usbser-tools
comparison duart28/Makefile @ 29:a7393d00996a
fc-duart28-conf: implement check-eeprom
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Sep 2023 19:13:35 +0000 |
parents | 2413a54a1bfc |
children | 530ec3792de8 |
comparison
equal
deleted
inserted
replaced
28:c4b4ebaa2117 | 29:a7393d00996a |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= fc-duart28-conf | 3 PROG= fc-duart28-conf |
4 OBJS= find_usb.o main.o | 4 OBJS= eeprom_rd.o find_usb.o main.o |
5 LIBS= ../libftmini/libftmini.a ../libuwrap/libuwrap.a | 5 LIBS= ../libftmini/libftmini.a ../libuwrap/libuwrap.a |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 INSTBIN=${INSTALL_PREFIX}/bin | 9 INSTBIN=${INSTALL_PREFIX}/bin |