Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board)

This commit is contained in:
Gregory Nutt
2016-01-29 11:35:48 -06:00
parent 7061351b8b
commit bfe51e3bc7
62 changed files with 2 additions and 4853 deletions
-4
View File
@@ -39,10 +39,6 @@
ASRCS =
CSRCS = stm32_boot.c stm32_spi.c stm32_chipid.c
ifeq ($(CONFIG_HAVE_CXX),y)
CSRCS += stm32_cxxinitialize.c
endif
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += stm32_autoleds.c
else