diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-09-15 00:00:30 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-09-15 00:00:30 +0100 |
| commit | af17878bc4efa0a7aefce5e47b0ad44454c06c70 (patch) | |
| tree | aaa86bc76651ad4c550db85bf40569d829bcdfbd /Teensy.mk | |
| parent | 3198aeab40194778f8c2cc869af82c7b1de688e0 (diff) | |
Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.
$ARCHITECTURE is probably safe as that's usually called $ARCH.
Fixes issue #386.
Need to decide if this is going to upset too many user's who have already
started using $VENDOR - and who uses tcsh? ;-)
Diffstat (limited to 'Teensy.mk')
| -rw-r--r-- | Teensy.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,9 +33,9 @@ endif # include Common.mk now we know where it is include $(ARDMK_DIR)/Common.mk -VENDOR = teensy +ARDMK_VENDOR = teensy ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/teensy/cores/teensy3 -BOARDS_TXT = $(ARDUINO_DIR)/hardware/$(VENDOR)/boards.txt +BOARDS_TXT = $(ARDUINO_DIR)/hardware/$(ARDMK_VENDOR)/boards.txt ifndef F_CPU F_CPU=96000000 |
