We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e657 commit 93cad5fCopy full SHA for 93cad5f
tools/testing/selftests/powerpc/mm/Makefile
@@ -4,6 +4,7 @@ noarg:
4
5
TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr \
6
large_vm_fork_separation
7
+TEST_GEN_PROGS_EXTENDED := tlbie_test
8
TEST_GEN_FILES := tempfile
9
10
top_srcdir = ../../../../..
@@ -19,3 +20,4 @@ $(OUTPUT)/large_vm_fork_separation: CFLAGS += -m64
19
20
$(OUTPUT)/tempfile:
21
dd if=/dev/zero of=$@ bs=64k count=1
22
23
+$(OUTPUT)/tlbie_test: LDLIBS += -lpthread
0 commit comments