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
-4
View File
@@ -62,8 +62,4 @@ ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += nuc_watchdog.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += nuc_nsh.c
endif
include $(TOPDIR)/configs/Board.mk