# # Board-specific startup code for the AeroCore # SRCS = aerocore_init.c \ aerocore_pwm_servo.c \ aerocore_spi.c \ aerocore_led.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