Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « uhid « samples - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f44ea40d6d5e4591e69978a00d37513ea8bff3d (plain)
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