Add sample notification program
[linux-2.6-microblaze.git] / samples / watch_queue / Makefile
diff --git a/samples/watch_queue/Makefile b/samples/watch_queue/Makefile
new file mode 100644 (file)
index 0000000..8511fb6
--- /dev/null
@@ -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