aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/arm64/README
AgeCommit message (Collapse)AuthorFilesLines
2019-11-08kselftest: arm64: extend toplevel skeleton MakefileCristian Marussi1-0/+25
Modify KSFT arm64 toplevel Makefile to maintain arm64 kselftests organized by subsystem, keeping them into distinct subdirectories under arm64 custom KSFT directory: tools/testing/selftests/arm64/ Add to such toplevel Makefile a mechanism to guess the effective location of Kernel headers as installed by KSFT framework. Fit existing arm64 tags kselftest into this new schema moving them into their own subdirectory (arm64/tags). Reviewed-by: Dave Martin <[email protected]> Signed-off-by: Cristian Marussi <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>