aboutsummaryrefslogtreecommitdiff
path: root/Teensy.mk
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-09-15 00:00:30 +0100
committerSimon John <git@the-jedi.co.uk>2015-09-15 00:00:30 +0100
commitaf17878bc4efa0a7aefce5e47b0ad44454c06c70 (patch)
treeaaa86bc76651ad4c550db85bf40569d829bcdfbd /Teensy.mk
parent3198aeab40194778f8c2cc869af82c7b1de688e0 (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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Teensy.mk b/Teensy.mk
index 8a441e7..3676c78 100644
--- a/Teensy.mk
+++ b/Teensy.mk
@@ -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