aboutsummaryrefslogtreecommitdiff
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-04-07 07:49:06 -1000
commitc4f0b4ba7f55316614d5207293f4a185e21c8acf (patch)
tree0075ccbae3eb2a4a9df7cb3664c81b088ce23081
parent2092f36941d4846f1deac8c39216ee3f73e8f578 (diff)
downloadpx4-firmware-c4f0b4ba7f55316614d5207293f4a185e21c8acf.tar.gz
px4-firmware-c4f0b4ba7f55316614d5207293f4a185e21c8acf.tar.bz2
px4-firmware-c4f0b4ba7f55316614d5207293f4a185e21c8acf.zip
IOv1: simplify config
-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