From b6363bb70aad402be7c548a7ec053b124db076d9 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 20 Jan 2016 02:31:06 +0000 Subject: fix build regression for arm pre-v7 from out-of-tree build patch commit 2f853dd6b9a95d5b13ee8f9df762125e0588df5d 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. --- arch/arm/src/atomics.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/arm/src/atomics.c (limited to 'arch/arm/src/atomics.c') diff --git a/arch/arm/src/atomics.c b/arch/arm/src/atomics.c deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.1