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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 51e6ac1 commit 35d7bc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)