From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/tools/testing/selftests/ptrace/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/tools/testing/selftests/ptrace/Makefile b/kernel/tools/testing/selftests/ptrace/Makefile index 8a2bc55..2f1f532 100644 --- a/kernel/tools/testing/selftests/ptrace/Makefile +++ b/kernel/tools/testing/selftests/ptrace/Makefile @@ -1,5 +1,6 @@ -CFLAGS += -iquote../../../../include/uapi -Wall +# SPDX-License-Identifier: GPL-2.0-only +CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall -TEST_GEN_PROGS := peeksiginfo +TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess include ../lib.mk -- Gitblit v1.6.2