We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59f7a7 commit 3a23a42Copy full SHA for 3a23a42
tools/testing/selftests/arm64/fp/Makefile
@@ -1,6 +1,10 @@
1
# SPDX-License-Identifier: GPL-2.0
2
3
-CFLAGS += -I../../../../../usr/include/
+# A proper top_srcdir is needed by KSFT(lib.mk)
4
+top_srcdir = $(realpath ../../../../../)
5
+
6
+CFLAGS += -I$(top_srcdir)/usr/include/
7
8
TEST_GEN_PROGS := sve-ptrace sve-probe-vls vec-syscfg za-fork za-ptrace
9
TEST_GEN_PROGS_EXTENDED := fp-pidbench fpsimd-test \
10
rdvl-sme rdvl-sve \
0 commit comments