From 1b5494f2625a49ac069683516e2f9f033070c8c4 Mon Sep 17 00:00:00 2001 From: Milan Vancura Date: Fri, 2 Jun 2017 09:54:35 +0200 Subject: [PATCH] Fix paths in the example Makefile --- examples/MakefileExample/Makefile-3rd_party-board.mk | 4 ++-- 1 file 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