aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ptrace/Makefile
blob: c0b7f89f09300043b31900ac870d0062e30bfeab (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -iquote../../../../include/uapi -Wall

TEST_GEN_PROGS := get_syscall_info peeksiginfo

include ../lib.mk