mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 09:26:42 +07: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
|