projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e6ac1
)
kselftest/arm64: Make the tools/include headers available
author
Mark Brown
<broonie@kernel.org>
Thu, 27 Jul 2023 23:26:15 +0000
(
00:26
+0100)
committer
Will Deacon
<will@kernel.org>
Fri, 4 Aug 2023 16:36:52 +0000
(17:36 +0100)
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>
tools/testing/selftests/arm64/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/arm64/Makefile
b/tools/testing/selftests/arm64/Makefile
index ace8b67fb22dd1bb0ea3bdea5909677e263c6a1e..28b93cab8c0ddac5c2709b0d61f80a68400dfc9f 100644
(file)
--- 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