mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
ASRCS =
|
||||
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_adc.c lpc17_dac.c lpc17_pwm.c
|
||||
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
CSRCS += lpc17_appinit.c
|
||||
endif
|
||||
ifeq ($(CONFIG_USBMSC),y)
|
||||
|
||||
Reference in New Issue
Block a user