thesis/linux-6.8.1/tools/testing/selftests/ptrace/Makefile
2025-03-19 13:44:23 +01:00

6 lines
179 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess get_set_sud
include ../lib.mk