summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-26 21:50:00 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-28 08:04:18 +0200
commit1b6c2593ebd3066f144a085dd0495c89928106a8 (patch)
tree5ea63fbb24c2aab1f784aae2516004ea3170abb9 /src/target/firmware/layer1/Makefile
parentaef1e05d9aa862ddf3816e8d04a523aae35b7845 (diff)
fw/layer1: Introduce prim_utils.c for shared helper betwee primitives
Currently only share the idle frame pattern. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/layer1/Makefile')
-rw-r--r--src/target/firmware/layer1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/Makefile b/src/target/firmware/layer1/Makefile
index ed61c16d..d6bcbff3 100644
--- a/src/target/firmware/layer1/Makefile
+++ b/src/target/firmware/layer1/Makefile
@@ -5,5 +5,5 @@ layer1_SRCS=avg.c agc.c afc.c sync.c tdma_sched.c tpu_window.c init.c l23_api.c
mframe_sched.c sched_gsmtime.c async.c rfch.c apc.c
layer1_SRCS += prim_pm.c prim_rach.c prim_tx_nb.c prim_rx_nb.c prim_fbsb.c \
- prim_freq.c
+ prim_freq.c prim_utils.c