From 526d51aa2b83c7a73a2ecdba8525d2a0847e5587 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 15 Nov 2011 08:50:22 -0500 Subject: 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 --- support/make/target-config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/make') 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 -- cgit v1.2.3