Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sumits
/
dma-buf
/
e3181e9a72e19bc556e5fba6c1217901e2bc20f4
/
.
/
samples
/
uhid
/
Makefile
blob: 5f44ea40d6d5e4591e69978a00d37513ea8bff3d [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
# List of programs to build
hostprogs
:=
uhid
-
example
# Tell kbuild to always build the programs
always
-
y
:=
$
(
hostprogs
)
HOSTCFLAGS_uhid
-
example
.
o
+=
-
I$
(
objtree
)/
usr
/
include