forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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