aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-3rd_party-board.mk
diff options
context:
space:
mode:
authorMilan Vancura <mvancura@suse.cz>2017-06-02 09:54:35 +0200
committerMilan Vancura <mvancura@suse.cz>2017-06-02 09:54:35 +0200
commit1b5494f2625a49ac069683516e2f9f033070c8c4 (patch)
tree94213e6b035355429c90a8106e3c70ef89004efd /examples/MakefileExample/Makefile-3rd_party-board.mk
parent60d7e9401e1a0d6b66ef4919570c6a9a192e1ac4 (diff)
Fix paths in the example Makefile
Diffstat (limited to 'examples/MakefileExample/Makefile-3rd_party-board.mk')
-rw-r--r--examples/MakefileExample/Makefile-3rd_party-board.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/MakefileExample/Makefile-3rd_party-board.mk b/examples/MakefileExample/Makefile-3rd_party-board.mk
index 483fe4c..96e972c 100644
--- a/examples/MakefileExample/Makefile-3rd_party-board.mk
+++ b/examples/MakefileExample/Makefile-3rd_party-board.mk
@@ -31,7 +31,7 @@
### 3. Create this Makefile (use your vendor/package name)
### ALTERNATE_CORE = sparkfun
-### include ~/Arduino-Makefile/Arduino.mk
+### include $(HOME)/Arduino-Makefile/Arduino.mk
### 4. run 'make show_boards'
### check that you can see (only) boards provided by this vendor
@@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
ALTERNATE_CORE = sparkfun
BOARD_TAG = promicro
BOARD_SUB = 8MHzatmega32U4
-include $(ARDMK_DIR)/Arduino.mk
+include /usr/share/arduino/Arduino.mk