aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-27 21:42:27 -0700
committerpx4dev <px4@purgatory.org>2012-10-27 21:42:27 -0700
commitf04c522f4f26284ba322122904ee57627ce4ccf7 (patch)
tree223744f04abf265421f3d592eb5462ee2b359d42 /apps/systemlib/Makefile
parent9184753f177ff0ade1b1af60215906938c81c3e3 (diff)
downloadpx4-firmware-f04c522f4f26284ba322122904ee57627ce4ccf7.tar.gz
px4-firmware-f04c522f4f26284ba322122904ee57627ce4ccf7.tar.bz2
px4-firmware-f04c522f4f26284ba322122904ee57627ce4ccf7.zip
Get us a bit closer to having c++ static constructors working.
Diffstat (limited to 'apps/systemlib/Makefile')
-rw-r--r--apps/systemlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index 4bc7033e7..5778c552e 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -42,7 +42,8 @@ CSRCS = err.c \
bson/tinybson.c \
conversions.c \
cpuload.c \
- getopt_long.c
+ getopt_long.c \
+ up_cxxinitialize.c
# ppm_decode.c \