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
@@ -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)