diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-03-25 19:29:21 +0000 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-03-25 19:29:21 +0000 |
| commit | 356f5b3e04d499dd8caf7da583c82ee1d40c9bdd (patch) | |
| tree | 9dea75d06c30096a48b74bdeb20f6f1b55000e38 /Arduino.mk | |
| parent | 43e5f03746e3f9347f2428bed16cd32a5f10567c (diff) | |
Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-tiny.
arduino-tiny and damellis' attiny85 cores don't use a vendor, but they
do use the avr architecture (subdirectory) in their 1.5/1.6 branches.
arduino-tiny builds and is auto-detected now, still needs some
work to support sub-cpu's and clocks.
damellis doesn't compile, but that's not our makefile it seems.
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -475,7 +475,7 @@ ifdef ALTERNATE_CORE $(call show_config_variable,ALTERNATE_CORE,[USER]) ifndef ALTERNATE_CORE_PATH - ALTERNATE_CORE_PATH = $(ARDUINO_SKETCHBOOK)/hardware/$(ALTERNATE_CORE) + ALTERNATE_CORE_PATH = $(ARDUINO_SKETCHBOOK)/hardware/$(ALTERNATE_CORE)/$(ARCHITECTURE) endif endif |
