diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-02-06 10:21:35 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-02-06 10:21:35 +0530 |
| commit | 0b954ab5a566c148badde04bd6652d2dfac07f33 (patch) | |
| tree | ce241cca470236e053070ffa87b3fcdb727a8819 /Arduino.mk | |
| parent | 5d5704ff97cf05a818eae5c07e889db9e6eb36b0 (diff) | |
| parent | 920c74024e1ec249f73f9cc38624cf2cc9bd85e1 (diff) | |
Merge pull request #164 from sej7278/master
Include avr-libc/*.c files malloc.c and realloc.c
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)),) |
