Stack monitor fixes

This commit is contained in:
Gregory Nutt 2013-09-24 12:14:52 -06:00
parent a8461747b9
commit f0ca9c2a8d

View File

@ -83,6 +83,10 @@ CMN_ASRCS += arm_savefpu.S arm_restorefpu.S
CMN_CSRCS += arm_copyarmstate.c
endif
ifeq ($(CONFIG_DEBUG_STACK),y)
CMN_CSRCS += up_checkstack.c
endif
# SAMA5-specific assembly language files
CHIP_ASRCS =