TMS570: Don't try building arm_fpuconfig.S for a Cortex-R4

This commit is contained in:
Gregory Nutt
2015-12-24 13:46:49 -06:00
parent ea1fa2e938
commit 6b1f3da01a
2 changed files with 7 additions and 3 deletions
+7 -2
View File
@@ -40,13 +40,18 @@ HEAD_ASRC = arm_vectortab.S
# Common assembly language files
CMN_ASRCS += arm_vectors.S arm_fpuconfig.S arm_head.S arm_fullcontextrestore.S
CMN_ASRCS += arm_vectors.S arm_head.S arm_fullcontextrestore.S
CMN_ASRCS += arm_saveusercontext.S arm_vectoraddrexcptn.S arm_vfork.S
CMN_ASRCS += cp15_coherent_dcache.S cp15_invalidate_dcache.S
CMN_ASRCS += cp15_clean_dcache.S cp15_flush_dcache.S cp15_invalidate_dcache_all.S
CMN_ASRCS += cp15_clean_dcache.S cp15_flush_dcache.S
CMN_ASRCS += cp15_invalidate_dcache_all.S
# Configuration dependent assembly language files
ifeq ($(CONFIG_ARCH_FPU),y)
CMN_ASRCS += arm_fpuconfig.S
endif
ifeq ($(CONFIG_ARCH_MEMCPY),y)
CMN_ASRCS += arm_memcpy.S
endif
-1
View File
@@ -170,7 +170,6 @@ void up_irqinitialize(void)
* disabled through ENABLE registers.
*/
#warning Missing Logic
#endif
#ifndef CONFIG_SUPPRESS_INTERRUPTS