FreeCalypso > hg > freecalypso-tools
comparison rvinterf/Makefile @ 856:ab20ff8156ea
rvinterf/Makefile: add l1filter
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 09 Nov 2021 23:15:29 +0000 |
parents | f2a040324509 |
children | 6a0aa8d36d06 |
comparison
equal
deleted
inserted
replaced
855:ea458ee48691 | 856:ab20ff8156ea |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGDIR=asyncshell ctracedec etmsync lowlevel rvtat tmsh | 3 PROGDIR=asyncshell ctracedec etmsync l1filter lowlevel rvtat tmsh |
4 LIBDIR= libasync libg23 libinterf | 4 LIBDIR= libasync libg23 libinterf |
5 SUBDIR= ${PROGDIR} ${LIBDIR} | 5 SUBDIR= ${PROGDIR} ${LIBDIR} |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 INCLUDE_INSTALL_DIR= ${INSTALL_PREFIX}/include/rvinterf | 8 INCLUDE_INSTALL_DIR= ${INSTALL_PREFIX}/include/rvinterf |
9 | 9 |
10 all: ${SUBDIR} | 10 all: ${SUBDIR} |
11 | 11 |
12 asyncshell: libasync libg23 libinterf | 12 asyncshell: libasync libg23 libinterf |
13 etmsync: libinterf | 13 etmsync: libinterf |
14 l1filter: libinterf | |
14 lowlevel: libg23 | 15 lowlevel: libg23 |
15 rvtat: libinterf | 16 rvtat: libinterf |
16 tmsh: libasync libinterf | 17 tmsh: libasync libinterf |
17 | 18 |
18 ${SUBDIR}: FRC | 19 ${SUBDIR}: FRC |