Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / ptrace / Makefile
blob1c631740a730af922ddfe8363aff7fb4948bf55b
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
4 TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess get_set_sud
6 include ../lib.mk