Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Brown and committed by
Will Deacon
35d7bc98 51e6ac1f

+2
+2
tools/testing/selftests/arm64/Makefile
··· 19 19 20 20 CFLAGS += $(KHDR_INCLUDES) 21 21 22 + CFLAGS += -I$(top_srcdir)/tools/include 23 + 22 24 export CFLAGS 23 25 export top_srcdir 24 26