summaryrefslogtreecommitdiff
path: root/Documentation/spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/spi/Makefile')
-rw-r--r--Documentation/spi/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/spi/Makefile b/Documentation/spi/Makefile
new file mode 100644
index 000000000..efa255813
--- /dev/null
+++ b/Documentation/spi/Makefile
@@ -0,0 +1,8 @@
+# List of programs to build
+hostprogs-y := spidev_test spidev_fdx
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)
+
+HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include
+HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include