summaryrefslogtreecommitdiffstats
path: root/rules/optee.make
Commit message (Collapse)AuthorAgeFilesLines
* hardening: add option for -fstack-clash-protectionMichael Olbrich2019-02-211-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: only build if selected in the platformconfigptxdist-2019.02.0Michael Olbrich2019-02-151-1/+3
| | | | | | | | | | Limiting the packages to ARM is not quite correct. Instead skip them if no OP-TEE platform is defined. This happens when optee is disabled in the platformconfig. This way the packages can be enabled in the ptxconfig but are only built if optee is also enabled in the platformconfig. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: only build on armMichael Olbrich2019-02-141-1/+1
| | | | | | arm64 is broken and any other architectures are not supported. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: add the OP-TEE as new target packageRouven Czerwinski2019-02-141-0/+97
Provide two KConfig files to allow inclusion of OP-TEE for userspace libraries and applications. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>