FreeCalypso > hg > fc-usbser-tools
changeset 52:61cdcf2eb17b
top Makefile: add cp2102
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 11 Sep 2023 17:48:53 +0000 |
parents | 9a15eb300ab0 |
children | d4d3531d342a |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Sep 11 17:47:36 2023 +0000 +++ b/Makefile Mon Sep 11 17:48:53 2023 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGDIR=duart28 eeproms fteeprom +PROGDIR=cp2102 duart28 eeproms fteeprom LIBDIR= libftmini libuwrap SUBDIR= ${PROGDIR} ${LIBDIR} @@ -8,6 +8,7 @@ all: ${SUBDIR} +cp2102: libuwrap duart28: libftmini libuwrap fteeprom: libftmini libuwrap