From e617b9eea9d45b170eabadf5ca96ca0536c538be Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 22 Jan 2016 00:02:21 +0000 Subject: move arm-specific translation units out of arch/arm/src, to src/*/arm this is possible with the new build system that allows src/*/$(ARCH)/* files which do not shadow a file in the parent directory, and yields a more logical organization. eventually it will be possible to remove arch/*/src from the build system. --- src/thread/arm/__set_thread_area.s | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/thread/arm/__set_thread_area.s (limited to 'src/thread/arm/__set_thread_area.s') diff --git a/src/thread/arm/__set_thread_area.s b/src/thread/arm/__set_thread_area.s deleted file mode 100644 index 4a4cd0d8..00000000 --- a/src/thread/arm/__set_thread_area.s +++ /dev/null @@ -1 +0,0 @@ -/* Replaced by C code in arch/arm/src */ -- cgit v1.2.1