commit
ccdb086fc8
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ TARGET = $(notdir $(CURDIR))
|
|||
VPATH = .
|
||||
VPATH += $(BUILD_DIR)
|
||||
VPATH += $(HARDWARE_SRC)
|
||||
ifeq ($(HARDWARE_VARIANT), arduino)
|
||||
ifeq ($(HARDWARE_VARIANT), $(filter $(HARDWARE_VARIANT),arduino Teensy))
|
||||
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/LiquidCrystal
|
||||
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/SPI
|
||||
ifeq ($(LIQUID_TWI2), 1)
|
||||
|
|
Reference in a new issue