summaryrefslogtreecommitdiffstats
path: root/rules/optee-test.make
Commit message (Collapse)AuthorAgeFilesLines
* 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-test: add new optee-test target packageRouven Czerwinski2019-02-141-0/+73
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>