aboutsummaryrefslogtreecommitdiffstats
path: root/support/make/board-includes/cm900.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/make/board-includes/cm900.mk')
-rw-r--r--support/make/board-includes/cm900.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/make/board-includes/cm900.mk b/support/make/board-includes/cm900.mk
index f9a09ac..9f70a1b 100644
--- a/support/make/board-includes/cm900.mk
+++ b/support/make/board-includes/cm900.mk
@@ -7,4 +7,9 @@ MCU_F1_LINE := performance
# This crap is due to ld-script limitations. If you know of a better
# way to go about this (like some magic ld switches to specify MEMORY
# at the command line), please tell us!
+ifeq ($(BOOTLOADER),maple)
LD_MEM_DIR := sram_20k_flash_128k
+endif
+ifeq ($(BOOTLOADER),robotis)
+LD_MEM_DIR := sram_20k_flash_128k_robotis
+endif