aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-20 01:52:03 -0700
committerpx4dev <px4@purgatory.org>2012-08-20 01:52:21 -0700
commit26c2c2d2cfc3f54eb0b2ff35cdebb2b0c93ab3c5 (patch)
tree8c1f7479c7ff5cf98560d9effb8e81500098fe2d /apps/systemlib/Makefile
parenta9dd3564ed3776b0a3f7a9b256a50c9876567f43 (diff)
downloadpx4-firmware-26c2c2d2cfc3f54eb0b2ff35cdebb2b0c93ab3c5.tar.gz
px4-firmware-26c2c2d2cfc3f54eb0b2ff35cdebb2b0c93ab3c5.tar.bz2
px4-firmware-26c2c2d2cfc3f54eb0b2ff35cdebb2b0c93ab3c5.zip
Goodbye to the Mongo BSON codec; too big. Hello to a really small SAX-style decoder and matching encoder.
Diffstat (limited to 'apps/systemlib/Makefile')
-rw-r--r--apps/systemlib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index d6b992286..0b3cb3c7b 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -39,8 +39,7 @@ CSRCS = err.c \
hx_stream.c \
perf_counter.c \
param/param.c \
- bson/bson.c \
- bson/bcon.c
+ bson/tinybson.c
#
# XXX this really should be a CONFIG_* test