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