diff options
Diffstat (limited to 'samples/watch_queue/Makefile')
-rw-r--r-- | samples/watch_queue/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/watch_queue/Makefile b/samples/watch_queue/Makefile new file mode 100644 index 000000000000..8511fb6c53d2 --- /dev/null +++ b/samples/watch_queue/Makefile @@ -0,0 +1,7 @@ +# 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 |