summaryrefslogtreecommitdiff
path: root/linux/Documentation/spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Documentation/spi/Makefile')
-rw-r--r--linux/Documentation/spi/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/Documentation/spi/Makefile b/linux/Documentation/spi/Makefile
new file mode 100644
index 00000000..efa25581
--- /dev/null
+++ b/linux/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