aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/uhid/Makefile
blob: 5f44ea40d6d5e4591e69978a00d37513ea8bff3d (plain) (blame)
1
2
3
4
5
6
7
8
# 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