xref: /linux/samples/uhid/Makefile (revision 2af8641b2ad3c0faf1ba63e989ca2f2f2134e10d)
1# List of programs to build
2hostprogs-y := uhid-example
3
4# Tell kbuild to always build the programs
5always := $(hostprogs-y)
6
7HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
8