hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0
noarg:
   $(MAKE) -C ../
 
TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors
TEST_GEN_PROGS_EXTENDED := tlbie_test
TEST_GEN_FILES := tempfile
 
top_srcdir = ../../../../..
include ../../lib.mk
 
$(TEST_GEN_PROGS): ../harness.c
 
$(OUTPUT)/prot_sao: ../utils.c
 
$(OUTPUT)/tempfile:
   dd if=/dev/zero of=$@ bs=64k count=1
 
$(OUTPUT)/tlbie_test: LDLIBS += -lpthread