aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/arm64
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-07-28 00:26:15 +0100
committerWill Deacon <will@kernel.org>2023-08-04 17:36:52 +0100
commit35d7bc983a74db7067d874be2708a7d3bc269f13 (patch)
treeb373fb73a529b24a8e1dd30d3444bbdd71b2e854 /tools/testing/selftests/arm64
parenttools include: Add some common function attributes (diff)
downloadwireguard-linux-35d7bc983a74db7067d874be2708a7d3bc269f13.tar.xz
wireguard-linux-35d7bc983a74db7067d874be2708a7d3bc269f13.zip
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/selftests/arm64')
-rw-r--r--tools/testing/selftests/arm64/Makefile2
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