nt9856x/BSP/linux-kernel/samples/uhid/Makefile
2023-03-28 15:07:53 +08:00

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