mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
|
# 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
|