projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b531b6
)
selftests: Use lirc.h from kernel tree, not from system
author
Sean Young
<sean@mess.org>
Thu, 17 Jan 2019 15:29:38 +0000
(15:29 +0000)
committer
Shuah Khan
<shuah@kernel.org>
Fri, 25 Jan 2019 21:58:46 +0000
(14:58 -0700)
When the system lirc.h is older than v4.16, you will get errors like:
ir_loopback.c:32:16: error: field ‘proto’ has incomplete type
enum rc_proto proto;
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/ir/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/selftests/ir/Makefile
b/tools/testing/selftests/ir/Makefile
index f4ba8eb84b951890c00aa179b6b3453722f4ea80..ad06489c22a566aeba8f79456d31a862a2859a8a 100644
(file)
--- a/
tools/testing/selftests/ir/Makefile
+++ b/
tools/testing/selftests/ir/Makefile
@@
-1,5
+1,7
@@
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := ir_loopback.sh
TEST_GEN_PROGS_EXTENDED := ir_loopback
+APIDIR := ../../../include/uapi
+CFLAGS += -Wall -O2 -I$(APIDIR)
include ../lib.mk