fix build regression for arm pre-v7 from out-of-tree build patch
commit 2f853dd6 failed to replicate the old makefile logic that caused arch/arm/src/arm/atomics.s to be built. since this was the only .s file under arch/*/src, rather than trying to reproduce the old logic, I'm just moving it up a level and adjusting the glob pattern in the makefile to catch it. eventually arch/*/src will probably be removed in favor of moving all these files to appropriate src/*/$(ARCH) locations.
Showing
arch/arm/src/atomics.c
已删除
100644 → 0
想要评论请 注册 或 登录