Bernhard Nortmann d5f5d5d1ad Makefile: Improve auto-detection of ARM cross compiler
This patch moves the scan for an ARM gcc into a separate shell
script. To prevent against recursion issues, the new script adds
"-maxdepth 1" to the find invocation; and it now also correctly
handles directories in $PATH that contain spaces in their name.

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2017-02-11 14:02:33 +01:00
..

thunks/README.md

This directory contains assembly sources for ARM thunk code, and a corresponding Makefile. The idea is that the resulting binary routines can be transferred to a suitable target device and then executed 'remotely', usually via sunxi-fel.

Normally you don't need to change or (re)build anything within this folder. Currently our main build process (via the parent directory's Makefile) only includes fel-to-spl-thunk.h directly. Other .h files are provided just for reference. The main purpose of this folder is simply keeping track of .S sources, to help with possible future maintenance of the various code snippets.

Please note that any files lacking explicit license information are intended to be covered by the project's overall license (GPLv2).