aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 15:00:11 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:06 -1000
commitf765674f340327dda8ba41ed6443f9e0465cb953 (patch)
tree924c3da68aacab24ca6d7b815dacbcfedb447ee6
parenta67bb826148996d233f90fc29ddbe3255464e653 (diff)
downloadpx4-firmware-f765674f340327dda8ba41ed6443f9e0465cb953.tar.gz
px4-firmware-f765674f340327dda8ba41ed6443f9e0465cb953.tar.bz2
px4-firmware-f765674f340327dda8ba41ed6443f9e0465cb953.zip
Simplify aerocore config
-rw-r--r--src/drivers/boards/aerocore/module.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/boards/aerocore/module.mk b/src/drivers/boards/aerocore/module.mk
index 51bf315c0..c1b51cd26 100644
--- a/src/drivers/boards/aerocore/module.mk
+++ b/src/drivers/boards/aerocore/module.mk
@@ -8,10 +8,4 @@ SRCS = aerocore_init.c \
aerocore_led.c \
../../../modules/systemlib/up_cxxinitialize.c
-ENABLE_CXXINITIALIZE=$(call check_nuttx_config ,"CONFIG_HAVE_CXX 1", $(NUTTX_CONFIG_H))
-ENABLE_CXXINITIALIZE+=$(call check_nuttx_config ,"CONFIG_HAVE_CXXINITIALIZE 1", $(NUTTX_CONFIG_H))
-ifeq ("$(ENABLE_CXXINITIALIZE)",$(nuttx_config_2true))
-SRCS += ../../../modules/systemlib/up_cxxinitialize.c
-endif
-
MAXOPTIMIZATION = -Os