diff options
author | Mark Brown <broonie@kernel.org> | 2023-07-28 02:26:15 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-08-04 19:36:52 +0300 |
commit | 35d7bc983a74db7067d874be2708a7d3bc269f13 (patch) | |
tree | b373fb73a529b24a8e1dd30d3444bbdd71b2e854 /tools/testing | |
parent | 51e6ac1fa45160d400321fa06d7808b30d9d453c (diff) | |
download | linux-35d7bc983a74db7067d874be2708a7d3bc269f13.tar.xz |
kselftest/arm64: Make the tools/include headers available
Make the generic tools/include headers available to the arm64 selftests so
we can reduce some duplication.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230728-arm64-signal-memcpy-fix-v4-4-0c1290db5d46@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/arm64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/Makefile b/tools/testing/selftests/arm64/Makefile index ace8b67fb22d..28b93cab8c0d 100644 --- a/tools/testing/selftests/arm64/Makefile +++ b/tools/testing/selftests/arm64/Makefile @@ -19,6 +19,8 @@ CFLAGS += -I$(top_srcdir)/tools/testing/selftests/ CFLAGS += $(KHDR_INCLUDES) +CFLAGS += -I$(top_srcdir)/tools/include + export CFLAGS export top_srcdir |