FreeCalypso > hg > ice1-trau-tester
diff ater/Makefile @ 21:2ee910aa03c3
ater: implement TRAU frame filling
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 09:20:54 +0000 |
parents | 5405c1573027 |
children | f49e57b0d1a2 |
line wrap: on
line diff
--- a/ater/Makefile Mon Jun 24 08:50:29 2024 +0000 +++ b/ater/Makefile Mon Jun 24 09:20:54 2024 +0000 @@ -1,7 +1,7 @@ PROG= itt-ater-16 -OBJS= main.o read_file.o read_ts.o record_ctrl.o subslot_rx.o tx_func.o \ - user_cmd.o -HDRS= globals.h read_file.h submux.h +OBJS= main.o out_frame.o read_file.o read_ts.o record_ctrl.o subslot_rx.o \ + tx_func.o user_cmd.o +HDRS= globals.h out_frame.h read_file.h submux.h LIBUTIL=../libutil/libutil.a include ../config.defs