FreeCalypso > hg > ice1-trau-tester
comparison ater/Makefile @ 45:349fb785a414
ater: add dset command for setting Dn bits
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 12 Sep 2024 09:33:55 +0000 |
parents | 2742dbea95f1 |
children | 6ba4de500532 |
comparison
equal
deleted
inserted
replaced
44:16715bd149e0 | 45:349fb785a414 |
---|---|
1 PROG= itt-ater-16 | 1 PROG= itt-ater-16 |
2 OBJS= activate.o main.o out_frame.o play_cmd.o read_file.o read_ts.o \ | 2 OBJS= activate.o dbits.o main.o out_frame.o play_cmd.o read_file.o read_ts.o \ |
3 record_ctrl.o subslot_rx.o tx_func.o user_cmd.o | 3 record_ctrl.o subslot_rx.o tx_func.o user_cmd.o |
4 HDRS= globals.h out_frame.h read_file.h submux.h | 4 HDRS= globals.h out_frame.h read_file.h submux.h |
5 LIBUTIL=../libutil/libutil.a | 5 LIBUTIL=../libutil/libutil.a |
6 | 6 |
7 include ../config.defs | 7 include ../config.defs |