mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 14:02:58 +00:00
These changes simplify the Makefile and handle these 5 ways to build Landlock tests: - make -C tools/testing/selftests/landlock - make -C tools/testing/selftests TARGETS=landlock gen_tar - make TARGETS=landlock kselftest-gen_tar - make TARGETS=landlock O=build kselftest-gen_tar - make -C /tmp/linux TARGETS=landlock O=/tmp/build kselftest-gen_tar This also makes $(KHDR_INCLUDES) available to other test collections when building in their directory. Fixes: |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| base_test.c | ||
| common.h | ||
| config | ||
| fs_test.c | ||
| Makefile | ||
| ptrace_test.c | ||
| true.c | ||