]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - tools/testing/selftests/clone3/Makefile
Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / tools / testing / selftests / clone3 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -g -std=gnu99 -I../../../../usr/include/
3 LDLIBS += -lcap
4
5 TEST_GEN_PROGS := clone3 clone3_clear_sighand clone3_set_tid \
6 clone3_cap_checkpoint_restore
7
8 include ../lib.mk