Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux-2.6-microblaze.git] / tools / testing / selftests / ptrace / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
3
4 TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess
5
6 include ../lib.mk