aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 15:04:47 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:06 -1000
commitffb02184504551491597006d91295c9e2041f164 (patch)
treefc638815b0314361ea77cb2450a0c0361ba26a26
parentc4f0b4ba7f55316614d5207293f4a185e21c8acf (diff)
downloadpx4-firmware-ffb02184504551491597006d91295c9e2041f164.tar.gz
px4-firmware-ffb02184504551491597006d91295c9e2041f164.tar.bz2
px4-firmware-ffb02184504551491597006d91295c9e2041f164.zip
IOv2: simplify config
-rw-r--r--src/drivers/boards/px4io-v2/module.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/boards/px4io-v2/module.mk b/src/drivers/boards/px4io-v2/module.mk
index ff5839c80..15e003599 100644
--- a/src/drivers/boards/px4io-v2/module.mk
+++ b/src/drivers/boards/px4io-v2/module.mk
@@ -6,10 +6,4 @@ SRCS = px4iov2_init.c \
px4iov2_pwm_servo.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