diff options
Diffstat (limited to 'testhal/AVR/GPT/Makefile')
-rw-r--r-- | testhal/AVR/GPT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/AVR/GPT/Makefile b/testhal/AVR/GPT/Makefile index 1a85c215b..42faf2215 100644 --- a/testhal/AVR/GPT/Makefile +++ b/testhal/AVR/GPT/Makefile @@ -108,7 +108,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(STREAMSINC) $(BOARDINC) $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.
@@ -230,6 +230,7 @@ EXTRALIBDIRS = #---------------- External Memory Options ----------------
+
# 64 KB of external RAM, starting after internal RAM (ATmega128!),
# used for variables (.data/.bss) and heap (malloc()).
#EXTMEMOPTS = -Wl,-Tdata=0x801100,--defsym=__heap_end=0x80ffff
|