1 # SPDX-License-Identifier: GPL-2.0-only 2 CFLAGS += -Wall -O2 -Wno-unused-function 3 CFLAGS += $(TOOLS_INCLUDES) 4 LDFLAGS += -pthread 5 6 TEST_GEN_PROGS := 7 TEST_GEN_PROGS += fd-001-lookup 8 TEST_GEN_PROGS += fd-002-posix-eq 9 TEST_GEN_PROGS += fd-003-kthread 10 TEST_GEN_PROGS += proc-2-is-kthread 11 TEST_GEN_PROGS += proc-loadavg-001 12 TEST_GEN_PROGS += proc-empty-vm 13 TEST_GEN_PROGS += proc-pid-vm 14 TEST_GEN_PROGS += proc-self-map-files-001 15 TEST_GEN_PROGS += proc-self-map-files-002 16 TEST_GEN_PROGS += proc-self-isnt-kthread 17 TEST_GEN_PROGS += proc-self-syscall 18 TEST_GEN_PROGS += proc-self-wchan 19 TEST_GEN_PROGS += proc-subset-pid 20 TEST_GEN_PROGS += proc-tid0 21 TEST_GEN_PROGS += proc-uptime-001 22 TEST_GEN_PROGS += proc-uptime-002 23 TEST_GEN_PROGS += read 24 TEST_GEN_PROGS += self 25 TEST_GEN_PROGS += setns-dcache 26 TEST_GEN_PROGS += setns-sysvipc 27 TEST_GEN_PROGS += thread-self 28 TEST_GEN_PROGS += proc-multiple-procfs 29 TEST_GEN_PROGS += proc-fsconfig-hidepid 30 31 include ../lib.mk
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.