2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-06-10 21:16:27 +08:00
|
|
|
# List of programs to build
|
2020-02-02 00:49:24 +08:00
|
|
|
hostprogs := uhid-example
|
2012-06-10 21:16:27 +08:00
|
|
|
|
|
|
|
# Tell kbuild to always build the programs
|
2020-02-02 00:49:24 +08:00
|
|
|
always-y := $(hostprogs)
|
2012-06-10 21:16:27 +08:00
|
|
|
|
|
|
|
HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
|