aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-3rd_party-board.mk
diff options
context:
space:
mode:
authorOsamu Aoki <osamu@debian.org>2020-04-13 00:47:06 +0900
committerOsamu Aoki <osamu@debian.org>2020-04-13 00:47:06 +0900
commitce088e097de11e48e4ad43e0d7f436ae6717dbbf (patch)
tree661417fdca765513f7793d45c35e5afb5a51efaf /examples/MakefileExample/Makefile-3rd_party-board.mk
parent9357f7d3ab8d62d05dc35cd9d82941cdc460e28c (diff)
Use $(ARDMK_DIR) for 1.6 files
Signed-off-by: Osamu Aoki <osamu@debian.org>
Diffstat (limited to 'examples/MakefileExample/Makefile-3rd_party-board.mk')
-rw-r--r--examples/MakefileExample/Makefile-3rd_party-board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MakefileExample/Makefile-3rd_party-board.mk b/examples/MakefileExample/Makefile-3rd_party-board.mk
index 96e972c..35c0ca6 100644
--- a/examples/MakefileExample/Makefile-3rd_party-board.mk
+++ b/examples/MakefileExample/Makefile-3rd_party-board.mk
@@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
ALTERNATE_CORE = sparkfun
BOARD_TAG = promicro
BOARD_SUB = 8MHzatmega32U4
-include /usr/share/arduino/Arduino.mk
+include $(ARDMK_DIR)/Arduino.mk