FreeCalypso > hg > fc-pcm-if
diff sw/Makefile @ 8:ee14dd81bba1
sw/Makefile: add mcsi-rxtx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2024 01:45:32 +0000 |
parents | 1dacfe7d5b3d |
children |
line wrap: on
line diff
--- a/sw/Makefile Mon Oct 28 01:44:28 2024 +0000 +++ b/sw/Makefile Mon Oct 28 01:45:32 2024 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGDIR=mcsi-rx +PROGDIR=mcsi-rx mcsi-rxtx LIBDIR= libserial SUBDIR= ${PROGDIR} ${LIBDIR} @@ -9,6 +9,7 @@ all: ${SUBDIR} mcsi-rx: libserial +mcsi-rxtx: libserial ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"