FreeCalypso > hg > fc-usbser-tools
comparison duart28/Makefile @ 31:530ec3792de8
fc-duart28-conf: implement set command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Sep 2023 19:40:58 +0000 |
parents | a7393d00996a |
children |
comparison
equal
deleted
inserted
replaced
30:8de3891460db | 31:530ec3792de8 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= fc-duart28-conf | 3 PROG= fc-duart28-conf |
4 OBJS= eeprom_rd.o find_usb.o main.o | 4 OBJS= eeprom_rd.o eeprom_wr.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 |