From af17878bc4efa0a7aefce5e47b0ad44454c06c70 Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 15 Sep 2015 00:00:30 +0100 Subject: 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? ;-) --- Teensy.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Teensy.mk') 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 -- cgit v1.2.3