Sign in
◑
Theme
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
tools
/
testing
/
selftests
/
membarrier
/
Makefile
blob: 829f95c835157b51a015d25a8fec764921be265f [
file
] [
edit
]
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS
+=
-
g $
(
KHDR_INCLUDES
)
-
pthread
-
I
../../../../
tools
/
include
LDLIBS
+=
-
lpthread
TEST_GEN_PROGS
:=
membarrier_test_single_thread \
membarrier_test_multi_thread \
membarrier_rseq_stress
include
../
lib
.
mk