WSL2-Linux-Kernel/samples/watch_queue/Makefile

8 строки
174 B
Makefile

# List of programs to build
hostprogs := watch_test
# Tell kbuild to always build the programs
always-y := $(hostprogs)
HOSTCFLAGS_watch_test.o += -I$(objtree)/usr/include