FreeCalypso > hg > ice1-trau-tester
diff ater/Makefile @ 50:6ba4de500532
ater: implement edata switch for D144
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 24 Sep 2024 06:15:40 +0000 |
parents | 349fb785a414 |
children |
line wrap: on
line diff
--- a/ater/Makefile Tue Sep 24 05:59:28 2024 +0000 +++ b/ater/Makefile Tue Sep 24 06:15:40 2024 +0000 @@ -1,6 +1,6 @@ PROG= itt-ater-16 -OBJS= activate.o dbits.o main.o out_frame.o play_cmd.o read_file.o read_ts.o \ - record_ctrl.o subslot_rx.o tx_func.o user_cmd.o +OBJS= activate.o d144.o dbits.o main.o out_frame.o play_cmd.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