diff mbox series

[v4,4/6] kselftest/arm64: Make the tools/include headers available

Message ID 20230728-arm64-signal-memcpy-fix-v4-4-0c1290db5d46@kernel.org (mailing list archive)
State Accepted
Commit 35d7bc983a74db7067d874be2708a7d3bc269f13
Headers show
Series kselfest/arm64: Fix a SVE memcpy() issue and use tools/include | expand

Commit Message

Mark Brown July 27, 2023, 11:26 p.m. UTC
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>
---
 tools/testing/selftests/arm64/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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