Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE

This commit is contained in:
Gregory Nutt
2016-02-04 12:14:17 -06:00
parent 95d6131847
commit 9ed7d56a18
103 changed files with 118 additions and 122 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ ifeq ($(CONFIG_STM32_OTGFS),y)
CSRCS += stm32_usb.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += stm32_appinit.c
endif