aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-19 01:30:55 -0700
committerpx4dev <px4@purgatory.org>2012-08-19 01:31:27 -0700
commitd903311dce6a94f09e56bc557025d2d4d73120b8 (patch)
tree3711e1e506b5f47e00189210f35a1d6eb47f51e0 /apps/systemlib/Makefile
parenta9dc84231e0e02abbbfd2f13e3500d193ebdb03b (diff)
downloadpx4-firmware-d903311dce6a94f09e56bc557025d2d4d73120b8.tar.gz
px4-firmware-d903311dce6a94f09e56bc557025d2d4d73120b8.tar.bz2
px4-firmware-d903311dce6a94f09e56bc557025d2d4d73120b8.zip
Add support for setting and exporting parameters.
Diffstat (limited to 'apps/systemlib/Makefile')
-rw-r--r--apps/systemlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index fd6846937..1a1bab076 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -38,7 +38,9 @@
CSRCS = err.c \
hx_stream.c \
perf_counter.c \
- param/param.c
+ param/param.c \
+ bson/bson.c \
+ bson/bcon.c
#
# XXX this really should be a CONFIG_* test