kernel/tools/testing/selftests/ptrace/Makefile
.. .. @@ -1,5 +1,6 @@ 1 -CFLAGS += -iquote../../../../include/uapi -Wall1 +# SPDX-License-Identifier: GPL-2.0-only2 +CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall2 3 3 -TEST_GEN_PROGS := peeksiginfo4 +TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess4 5 5 6 include ../lib.mk