FreeCalypso > hg > freecalypso-sw
diff rvinterf/lowlevel/Makefile @ 175:2f214bd03119
rvtdump: heuristic decoding of G23 traces implemented,
works with Pirelli's trace output
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 22 Nov 2013 20:16:00 +0000 |
parents | 3256dc6e84ae |
children | 7f727aaf5cd4 |
line wrap: on
line diff
--- a/rvinterf/lowlevel/Makefile Fri Nov 22 07:41:31 2013 +0000 +++ b/rvinterf/lowlevel/Makefile Fri Nov 22 20:16:00 2013 +0000 @@ -3,7 +3,7 @@ PROGS= rvtdump INSTBIN=/usr/local/bin -RVTDUMP_OBJS= format.o openport.o output.o packetrx.o rvtdump.o +RVTDUMP_OBJS= format.o format_g23.o openport.o output.o packetrx.o rvtdump.o all: ${PROGS}