xref: /linux/samples/watch_queue/Makefile (revision 07c7b547a79605f1041d55b84d91a4a4d9c5b363)
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