mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
7e35a5940f
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>
7 lines
186 B
Makefile
7 lines
186 B
Makefile
# 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
|