Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | -0/+6 | |
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. |