ubuntu-linux-kernel/samples/uhid/Makefile

8 lines
180 B
Makefile
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
# 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