kernel/tools/testing/selftests/rseq/Makefile
.. .. @@ -4,8 +4,10 @@ 4 4 CLANG_FLAGS += -no-integrated-as 5 5 endif 6 6 7 +top_srcdir = ../../../..8 +7 9 CFLAGS += -O2 -Wall -g -I./ -I../../../../usr/include/ -L$(OUTPUT) -Wl,-rpath=./ \ 8 - $(CLANG_FLAGS)10 + $(CLANG_FLAGS) -I$(top_srcdir)/tools/include9 11 LDLIBS += -lpthread -ldl 10 12 11 13 # Own dependencies because we only want to build against 1st prerequisite, but