aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-11-15 08:50:22 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:56:50 -0400
commit526d51aa2b83c7a73a2ecdba8525d2a0847e5587 (patch)
tree5f210303a69728659cf1a93f25b3953f1af5d3e3 /support
parent71347f8f430e28b5e5ed565bc5c5f5142c2314e0 (diff)
downloadlibrambutan-526d51aa2b83c7a73a2ecdba8525d2a0847e5587.tar.gz
librambutan-526d51aa2b83c7a73a2ecdba8525d2a0847e5587.zip
Tweak family-specific linker file layout.
Move support/ld/stm32/f1/performance/vector_symbols.inc to support/ld/stm32/family/f1/performance/vector_symbols.inc Creating directory "family" under support/ld/stm32 will allow parallel directories (e.g. support/ld/stm32/mcu) to exist, which allows an eventual linker script cleanup to go much more smoothly. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support')
-rw-r--r--support/ld/stm32/family/f1/performance/vector_symbols.inc (renamed from support/ld/stm32/f1/performance/vector_symbols.inc)0
-rw-r--r--support/make/target-config.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/support/ld/stm32/f1/performance/vector_symbols.inc b/support/ld/stm32/family/f1/performance/vector_symbols.inc
index f8519bb..f8519bb 100644
--- a/support/ld/stm32/f1/performance/vector_symbols.inc
+++ b/support/ld/stm32/family/f1/performance/vector_symbols.inc
diff --git a/support/make/target-config.mk b/support/make/target-config.mk
index 592e808..98fc4d0 100644
--- a/support/make/target-config.mk
+++ b/support/make/target-config.mk
@@ -56,7 +56,7 @@ endif
# are the only ones we support at this time. If you add support for
# STM32F1 connectivity line MCUs or other STM32 families, this section
# will need to change.
-LD_FAMILY_PATH := $(LDDIR)/stm32/f1/performance
+LD_FAMILY_PATH := $(LDDIR)/stm32/family/f1/performance
LIBMAPLE_MODULE_FAMILY := $(LIBMAPLE_PATH)/stm32f1
# Memory target-specific configuration values