Ensure that CONFIG_ARMV7M_STACKCHECK works on the samv7

This commit is contained in:
David Sidrane
2016-03-08 17:22:07 -06:00
committed by Gregory Nutt
parent 85a7ca1ddd
commit 72eef9f628
+4
View File
@@ -55,6 +55,10 @@ CMN_CSRCS += up_doirq.c up_hardfault.c up_svcall.c up_vfork.c
# Configuration-dependent common files
ifeq ($(CONFIG_ARMV7M_STACKCHECK),y)
CMN_CSRCS += up_stackcheck.c
endif
ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
ifeq ($(CONFIG_ARMV7M_LAZYFPU),y)
CMN_ASRCS += up_lazyexception.S