diff options
Diffstat (limited to 'examples/spiblink/slave/Makefile')
-rw-r--r-- | examples/spiblink/slave/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/spiblink/slave/Makefile b/examples/spiblink/slave/Makefile new file mode 100644 index 0000000..7410058 --- /dev/null +++ b/examples/spiblink/slave/Makefile @@ -0,0 +1,6 @@ +EXAMPLE_NAME = spiblink_slave +EXAMPLE_PATH = spiblink/slave +SRC = slave.c + +IOEROOT=../../../ +include ../../examples.mk |