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: 8d7fd6190ac4e9f07cd2de96f9e144a3b73fdc5b (plain)
1
2
3
4
5
6
7
# List of programs to build
hostprogs-y := uhid-example

# Tell kbuild to always build the programs
always := $(hostprogs-y)

HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include