mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user