FreeCalypso > hg > freecalypso-tools
changeset 856:ab20ff8156ea
rvinterf/Makefile: add l1filter
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 09 Nov 2021 23:15:29 +0000 |
parents | ea458ee48691 |
children | 7fc16168c3d2 |
files | rvinterf/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/Makefile Tue Nov 09 23:14:22 2021 +0000 +++ b/rvinterf/Makefile Tue Nov 09 23:15:29 2021 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGDIR=asyncshell ctracedec etmsync lowlevel rvtat tmsh +PROGDIR=asyncshell ctracedec etmsync l1filter lowlevel rvtat tmsh LIBDIR= libasync libg23 libinterf SUBDIR= ${PROGDIR} ${LIBDIR} @@ -11,6 +11,7 @@ asyncshell: libasync libg23 libinterf etmsync: libinterf +l1filter: libinterf lowlevel: libg23 rvtat: libinterf tmsh: libasync libinterf