Searched hist:"71767 a5c479c8f84aea3e883008553f6ddcfa286" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ |
| H A D | Makefile | 71767a5c479c8f84aea3e883008553f6ddcfa286 Wed Oct 29 13:43:11 UTC 2014 Jerome Forissier <jerome.forissier@linaro.org> Support PLATFORM=<platform>-<flavor>
When $(PLATFORM) contains a hyphen, parse it as $(PLATFORM)-$(PLATFORM_FLAVOR). Then, one can use: $ make PLATFORM=vexpress-fvp ... instead of: $ make PLATFORM=vexpress PLATFORM_FLAVOR=fvp ...
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
|