Skip to content
Snippets Groups Projects
Commit dad7691d authored by Yuri Valentini's avatar Yuri Valentini
Browse files

makefile for sanguino standalone compilation

parent 3a1cd30c
Branches
Tags
No related merge requests found
......@@ -190,8 +190,8 @@ TARGET = $(notdir $(CURDIR))
VPATH = .
VPATH += $(BUILD_DIR)
VPATH += $(HARDWARE_SRC)
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/LiquidCrystal
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/SPI
VPATH += ../ArduinoAddons/Arduino_0.xx/libraries/LiquidCrystal
VPATH += ../ArduinoAddons/Arduino_0.xx/libraries/SPI
ifeq ($(HARDWARE_VARIANT), arduino)
HARDWARE_SUB_VARIANT ?= mega
VPATH += $(ARDUINO_INSTALL_DIR)/hardware/arduino/variants/$(HARDWARE_SUB_VARIANT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment