Skip to content

Commit 35d7bc9

Browse files
brooniewilldeacon
authored andcommitted
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>
1 parent 51e6ac1 commit 35d7bc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/testing/selftests/arm64/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
1919

2020
CFLAGS += $(KHDR_INCLUDES)
2121

22+
CFLAGS += -I$(top_srcdir)/tools/include
23+
2224
export CFLAGS
2325
export top_srcdir
2426

0 commit comments

Comments
 (0)