aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 15:00:24 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 09:32:06 -1000
commitfcc23ba0e9517e139a1e605c3080c54d7ae705fb (patch)
tree8671e82a6dd4c48df810c1926330d60cbfffb618
parent34d14ae649077602931fe24834ecec0003e1cf89 (diff)
downloadpx4-firmware-fcc23ba0e9517e139a1e605c3080c54d7ae705fb.tar.gz
px4-firmware-fcc23ba0e9517e139a1e605c3080c54d7ae705fb.tar.bz2
px4-firmware-fcc23ba0e9517e139a1e605c3080c54d7ae705fb.zip
FMUv1: Simplify config
-rw-r--r--src/drivers/boards/px4fmu-v1/module.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/boards/px4fmu-v1/module.mk b/src/drivers/boards/px4fmu-v1/module.mk
index 0f56e53d9..5a3f5f801 100644
--- a/src/drivers/boards/px4fmu-v1/module.mk
+++ b/src/drivers/boards/px4fmu-v1/module.mk
@@ -10,10 +10,4 @@ SRCS = px4fmu_can.c \
px4fmu_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