xref: /linux-6.15/samples/watch_queue/Makefile (revision f5b5a164)
1*f5b5a164SDavid Howells# List of programs to build
2*f5b5a164SDavid Howellshostprogs := watch_test
3*f5b5a164SDavid Howells
4*f5b5a164SDavid Howells# Tell kbuild to always build the programs
5*f5b5a164SDavid Howellsalways-y := $(hostprogs)
6*f5b5a164SDavid Howells
7*f5b5a164SDavid HowellsHOSTCFLAGS_watch_test.o += -I$(objtree)/usr/include
8