Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf
/
242a6df688dcad7c55105280a79aaff83addf7ce
/
.
/
tools
/
testing
/
selftests
/
membarrier
/
Makefile
blob: 34d1c81a2324a692193e5b16f9ec09f86a1a0c46 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS
+=
-
g
-
I
../../../../
usr
/
include
/
LDLIBS
+=
-
lpthread
TEST_GEN_PROGS
:=
membarrier_test_single_thread \
membarrier_test_multi_thread
include
../
lib
.
mk