diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-02-05 23:31:12 +0000 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-02-05 23:31:12 +0000 |
| commit | 920c74024e1ec249f73f9cc38624cf2cc9bd85e1 (patch) | |
| tree | ce241cca470236e053070ffa87b3fcdb727a8819 /Arduino.mk | |
| parent | 5d5704ff97cf05a818eae5c07e889db9e6eb36b0 (diff) | |
now includes avr-libc/*.c files malloc.c and realloc.c
if bug-reporter confirms this fixes issue #163 then should be ok to merge.
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ # # Original Arduino adaptation by mellis, eighthave, oli.keller # -# Current version: 1.3.1 +# Current version: 1.3.2 # # Refer to HISTORY.md file for complete history of changes # @@ -629,6 +629,7 @@ endif ifeq ($(strip $(NO_CORE)),) ifdef ARDUINO_CORE_PATH CORE_C_SRCS = $(wildcard $(ARDUINO_CORE_PATH)/*.c) + CORE_C_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/avr-libc/*.c) CORE_CPP_SRCS = $(wildcard $(ARDUINO_CORE_PATH)/*.cpp) ifneq ($(strip $(NO_CORE_MAIN_CPP)),) |
