diff options
Diffstat (limited to 'examples/MakefileExample')
| -rw-r--r-- | examples/MakefileExample/Makefile-3rd_party-board.mk | 4 |
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 |
