FreeCalypso > hg > fc-usbser-tools
diff 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 |
line wrap: on
line diff
--- a/duart28/Makefile Sat Sep 09 19:39:15 2023 +0000 +++ b/duart28/Makefile Sat Sep 09 19:40:58 2023 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= fc-duart28-conf -OBJS= eeprom_rd.o find_usb.o main.o +OBJS= eeprom_rd.o eeprom_wr.o find_usb.o main.o LIBS= ../libftmini/libftmini.a ../libuwrap/libuwrap.a INSTALL_PREFIX= /opt/freecalypso