summaryrefslogtreecommitdiffstats
path: root/Documentation/spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/spi/Makefile')
-rw-r--r--Documentation/spi/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/spi/Makefile b/Documentation/spi/Makefile
new file mode 100644
index 0000000..6155d94
--- /dev/null
+++ b/Documentation/spi/Makefile
@@ -0,0 +1,12 @@
+# kbuild trick to avoid linker error. Can be omitted if a module is built.
+obj- := dummy.o
+
+CC = $(CROSS_COMPILE)gcc
+# 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
OpenPOWER on IntegriCloud