comparison 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
comparison
equal deleted inserted replaced
7:8a386263dd51 8:ee14dd81bba1
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGDIR=mcsi-rx 3 PROGDIR=mcsi-rx mcsi-rxtx
4 LIBDIR= libserial 4 LIBDIR= libserial
5 SUBDIR= ${PROGDIR} ${LIBDIR} 5 SUBDIR= ${PROGDIR} ${LIBDIR}
6 6
7 INSTALL_PREFIX= /opt/freecalypso 7 INSTALL_PREFIX= /opt/freecalypso
8 8
9 all: ${SUBDIR} 9 all: ${SUBDIR}
10 10
11 mcsi-rx: libserial 11 mcsi-rx: libserial
12 mcsi-rxtx: libserial
12 13
13 ${SUBDIR}: FRC 14 ${SUBDIR}: FRC
14 cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}" 15 cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"
15 16
16 clean: FRC 17 clean: FRC