diff mbox series

selftests/landlock: drop deprecated headers dependency

Message ID b79c51ed97219b1c10e2e3f2bcd3269305f0f035.1657694067.git.guillaume.tucker@collabora.com (mailing list archive)
State Accepted
Headers show
Series selftests/landlock: drop deprecated headers dependency | expand

Commit Message

Guillaume Tucker July 13, 2022, 6:35 a.m. UTC
The khdr make target has been removed, so drop it from the landlock
Makefile dependencies as well as related include paths that are
standard for headers in the kernel tree.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Reported-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/landlock/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Comments

Shuah Khan July 14, 2022, 8:46 p.m. UTC | #1
On 7/13/22 12:35 AM, Guillaume Tucker wrote:
> The khdr make target has been removed, so drop it from the landlock
> Makefile dependencies as well as related include paths that are
> standard for headers in the kernel tree.
> 
> Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
> Reported-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   tools/testing/selftests/landlock/Makefile | 9 ++-------
>   1 file changed, 2 insertions(+), 7 deletions(-)
> 

Applied to linux-kselftest next for 5.20-rc1

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/landlock/Makefile b/tools/testing/selftests/landlock/Makefile
index 1313e44e8fb9..a6959df28eb0 100644
--- a/tools/testing/selftests/landlock/Makefile
+++ b/tools/testing/selftests/landlock/Makefile
@@ -11,13 +11,8 @@  TEST_GEN_PROGS_EXTENDED := true
 OVERRIDE_TARGETS := 1
 include ../lib.mk
 
-khdr_dir = $(top_srcdir)/usr/include
-
-$(khdr_dir)/linux/landlock.h: khdr
-	@:
-
 $(OUTPUT)/true: true.c
 	$(LINK.c) $< $(LDLIBS) -o $@ -static
 
-$(OUTPUT)/%_test: %_test.c $(khdr_dir)/linux/landlock.h ../kselftest_harness.h common.h
-	$(LINK.c) $< $(LDLIBS) -o $@ -lcap -I$(khdr_dir)
+$(OUTPUT)/%_test: %_test.c ../kselftest_harness.h common.h
+	$(LINK.c) $< $(LDLIBS) -o $@ -lcap