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
/
ir
/
Makefile
blob
ad06489c22a566aeba8f79456d31a862a2859a8a
1
# SPDX-License-Identifier: GPL-2.0
2
TEST_PROGS
:=
ir_loopback.sh
3
TEST_GEN_PROGS_EXTENDED
:=
ir_loopback
4
APIDIR
:=
..
/
..
/
..
/
include
/
uapi
5
CFLAGS
+= -
Wall
-
O2
-
I
$(
APIDIR
)
6
7
include
..
/
lib.mk