6db4831e98
Android 14
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
|