commit | d6536da64deb154092e9426dea81ebf8ba206bd1 | [log] [tgz] |
---|---|---|
author | Pascal Brand <pascal.brand@st.com> | Tue Sep 01 10:38:43 2015 +0200 |
committer | Pascal Brand <pascal.brand@st.com> | Thu Sep 03 08:20:50 2015 +0200 |
tree | ac21e6d98fce568a05d13f965fd6fa859f41752a | |
parent | 3c2fa70214ab21516384f7b5de37474ea7ff3541 [diff] |
Commonlize xtest compilation among all platforms This is the first patch of a serie that show how makefile for specific platform support may use common rules. comon.mk is introduced. It contains: - common variable definitions, such as the compilers - common git to use and path (typically the OP-TEE ones) - common macros (CCACHE, and others to come). Signed-off-by: Pascal Brand <pascal.brand@st.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.