aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 15:02:19 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:06 -1000
commit2092f36941d4846f1deac8c39216ee3f73e8f578 (patch)
treeb8edbf7a07b8624f078af9ad7031ef6fa8b9c98a /src
parent73d2f0540ea14b983892022e4646f925ae8eeff9 (diff)
downloadpx4-firmware-2092f36941d4846f1deac8c39216ee3f73e8f578.tar.gz
px4-firmware-2092f36941d4846f1deac8c39216ee3f73e8f578.tar.bz2
px4-firmware-2092f36941d4846f1deac8c39216ee3f73e8f578.zip
Simplify v2 config
Diffstat (limited to 'src')
-rw-r--r--src/drivers/boards/px4fmu-v2/module.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/boards/px4fmu-v2/module.mk b/src/drivers/boards/px4fmu-v2/module.mk
index f3f522624..cfe7e675b 100644
--- a/src/drivers/boards/px4fmu-v2/module.mk
+++ b/src/drivers/boards/px4fmu-v2/module.mk
@@ -10,11 +10,4 @@ SRCS = px4fmu_can.c \
px4fmu2_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