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
i2c: qcom-geni: Provide support for ACPI
[linux/fpc-iii.git]
/
samples
/
hidraw
/
Makefile
blob
dec1b22adf54afff9651f92eddb65a9aaa1e4d76
1
# SPDX-License-Identifier: GPL-2.0
2
# List of programs to build
3
hostprogs-y
:=
hid-example
4
5
# Tell kbuild to always build the programs
6
always
:= $(
hostprogs-y
)
7
8
HOSTCFLAGS_hid-example.o
+= -
I
$(
objtree
)/
usr
/
include
9
10
all
:
hid-example