forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/tools/testing/selftests/ptrace/Makefile
....@@ -1,5 +1,6 @@
1
-CFLAGS += -iquote../../../../include/uapi -Wall
1
+# SPDX-License-Identifier: GPL-2.0-only
2
+CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
23
3
-TEST_GEN_PROGS := peeksiginfo
4
+TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess
45
56 include ../lib.mk