FreeCalypso > hg > ice1-trau-tester
diff ater/Makefile @ 16:4ffe22f5b4b5
ater: initial osmo_i460 framework
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 07:19:38 +0000 |
parents | 98ae717734d6 |
children | 61862af2247f |
line wrap: on
line diff
--- a/ater/Makefile Mon Jun 24 04:01:38 2024 +0000 +++ b/ater/Makefile Mon Jun 24 07:19:38 2024 +0000 @@ -1,5 +1,5 @@ PROG= itt-ater-16 -OBJS= main.o read_ts.o record_ctrl.o user_cmd.o +OBJS= main.o read_ts.o record_ctrl.o subslot_rx.o user_cmd.o LIBUTIL=../libutil/libutil.a include ../config.defs @@ -9,7 +9,7 @@ all: ${PROG} -${OBJS}: globals.h +${OBJS}: globals.h submux.h ${PROG}: ${OBJS} ${LIBUTIL} ${CC} -o $@ ${OBJS} ${LIBUTIL} ${OSMO_LINK}