summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-12-10 20:50:53 +0100
committerSylvain Munaut <tnt@246tNt.com>2013-01-02 20:44:11 +0100
commit3ee1beb8bf4c1ca87c88d12a8cd1f24d096aee88 (patch)
tree7e4acf158e7bb4a279e6fe915808685db7050dad /src/target/firmware/layer1/Makefile
parentd9f6921c020af4c53d6507ed271886e24855a5df (diff)
fw/build: Add ENV_ APP_ BOARD_ prefix to variables to cleanup namespace
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/layer1/Makefile')
-rw-r--r--src/target/firmware/layer1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/target/firmware/layer1/Makefile b/src/target/firmware/layer1/Makefile
index 455a444a..0c710a5d 100644
--- a/src/target/firmware/layer1/Makefile
+++ b/src/target/firmware/layer1/Makefile
@@ -1,9 +1,9 @@
LIBRARIES+=layer1
-layer1_DIR=layer1
-layer1_SRCS=avg.c agc.c afc.c toa.c sync.c tdma_sched.c tpu_window.c init.c \
+LIB_layer1_DIR=layer1
+LIB_layer1_SRCS=avg.c agc.c afc.c toa.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_utils.c prim_tch.c
+LIB_layer1_SRCS += prim_pm.c prim_rach.c prim_tx_nb.c prim_rx_nb.c prim_fbsb.c \
+ prim_freq.c prim_utils.c prim_tch.c