summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
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/comm
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/comm')
-rw-r--r--src/target/firmware/comm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/comm/Makefile b/src/target/firmware/comm/Makefile
index 25fbb983..ad69e240 100644
--- a/src/target/firmware/comm/Makefile
+++ b/src/target/firmware/comm/Makefile
@@ -1,5 +1,5 @@
LIBRARIES+=comm
-comm_DIR=comm
-comm_SRCS=msgb.c sercomm.c sercomm_cons.c timer.c
+LIB_comm_DIR=comm
+LIB_comm_SRCS=msgb.c sercomm.c sercomm_cons.c timer.c