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