repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
membarrier
/
Makefile
blob
34d1c81a2324a692193e5b16f9ec09f86a1a0c46
1
# SPDX-License-Identifier: GPL-2.0-only
2
CFLAGS
+= -
g
-
I..
/
..
/
..
/
..
/
usr
/
include
/
3
LDLIBS
+= -
lpthread
4
5
TEST_GEN_PROGS
:=
membarrier_test_single_thread \
6
membarrier_test_multi_thread
7
8
include
..
/
lib.mk