diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2012-09-19 13:34:59 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2012-09-19 13:34:59 -0700 |
| commit | 910a50e34d535fa3b2aafe201eabb164f604cc23 (patch) | |
| tree | 325232ba692b7cb8dab2b50aabe35121eacc2383 /arduino/Arduino.mk | |
| parent | d165a7ea877013370ed717f612e56830da3d2dc6 (diff) | |
Add auto initialization for eeprom stored values
Diffstat (limited to 'arduino/Arduino.mk')
| -rw-r--r-- | arduino/Arduino.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arduino/Arduino.mk b/arduino/Arduino.mk index 855a22b..e93649c 100644 --- a/arduino/Arduino.mk +++ b/arduino/Arduino.mk @@ -335,8 +335,8 @@ CPPFLAGS = -mmcu=$(MCU) -DF_CPU=$(F_CPU) -DARDUINO=$(ARDUINO_VERSION) \ -ffunction-sections -fdata-sections
CFLAGS = -std=gnu99
CXXFLAGS = -fno-exceptions
-ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp
-LDFLAGS = -mmcu=$(MCU) -Wl,--gc-sections -Os
+ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp
+LDFLAGS = -mmcu=$(MCU) -Wl,--gc-sections -Os $(USER_LDFLAGS)
# Expand and pick the first port
# ARD_PORT = $(firstword $(wildcard $(AVRDUDE_PORT)))
|
