aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 15:04:04 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 09:33:16 -1000
commitde49bc13486a2c02ae0d77554859c389843a8254 (patch)
tree4bbbcb8bea97a91e1c850b68d28810635bf3f248 /src
parent431d6b6713256d967a52109b9f238e06fea16064 (diff)
downloadpx4-firmware-de49bc13486a2c02ae0d77554859c389843a8254.tar.gz
px4-firmware-de49bc13486a2c02ae0d77554859c389843a8254.tar.bz2
px4-firmware-de49bc13486a2c02ae0d77554859c389843a8254.zip
IOv1: simplify config
Diffstat (limited to 'src')
-rw-r--r--src/drivers/boards/px4io-v1/module.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/boards/px4io-v1/module.mk b/src/drivers/boards/px4io-v1/module.mk
index 9b3f38f27..40c79da4e 100644
--- a/src/drivers/boards/px4io-v1/module.mk
+++ b/src/drivers/boards/px4io-v1/module.mk
@@ -6,10 +6,4 @@ SRCS = px4io_init.c \
px4io_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