Time Libraries from the TBStack makefile. If they are not there,
the user will be told to put them where we expect them to be now.
Change-Id: I93693a4623d038e152559ff9d8260bdb91c9000f
include local.properties
include $(PLATFORM).properties
CC=$(ARDUINO_TOOLS_DIR)/avr-g++
+ ifeq ($(wildcard $(ARDUINO_DIR)/libraries/Time/Time/),)
+ $(error Arduino Time library needs to be moved from <ARDUINO_DIR>/libraries/Time \
+ to <ARDUINO_DIR>/libraries/Time/Time. You may need to create \
+ <ARDUINO_DIR>/libraries/Time/Time directory. Please refer to the wiki or readme \
+ for more information)
+ endif
else ifeq ($(PLATFORM),arduinodue)
include local.properties
include $(PLATFORM).properties