From 8e5acecc6e170760d0edf95edb8f413385b2bf62 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 02:57:44 +0100 Subject: More path and name changes. --- examples/stm32/obldc/can/can.ld | 2 +- examples/stm32/obldc/led/led.ld | 2 +- examples/stm32/obldc/systick/systick.ld | 2 +- examples/stm32/obldc/usart/usart.ld | 2 +- examples/stm32/obldc/usart_irq/usart_irq.ld | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/stm32/obldc') diff --git a/examples/stm32/obldc/can/can.ld b/examples/stm32/obldc/can/can.ld index a1e9de5..0b89860 100644 --- a/examples/stm32/obldc/can/can.ld +++ b/examples/stm32/obldc/can/can.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script from libopenstm32. */ -INCLUDE libopenstm32.ld +INCLUDE stm32.ld diff --git a/examples/stm32/obldc/led/led.ld b/examples/stm32/obldc/led/led.ld index c8683d5..2c4a200 100644 --- a/examples/stm32/obldc/led/led.ld +++ b/examples/stm32/obldc/led/led.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script from libopenstm32. */ -INCLUDE libopenstm32.ld +INCLUDE stm32.ld diff --git a/examples/stm32/obldc/systick/systick.ld b/examples/stm32/obldc/systick/systick.ld index 0d79751..e8e2d2f 100644 --- a/examples/stm32/obldc/systick/systick.ld +++ b/examples/stm32/obldc/systick/systick.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script from libopenstm32. */ -INCLUDE libopenstm32.ld +INCLUDE stm32.ld diff --git a/examples/stm32/obldc/usart/usart.ld b/examples/stm32/obldc/usart/usart.ld index c8683d5..2c4a200 100644 --- a/examples/stm32/obldc/usart/usart.ld +++ b/examples/stm32/obldc/usart/usart.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script from libopenstm32. */ -INCLUDE libopenstm32.ld +INCLUDE stm32.ld diff --git a/examples/stm32/obldc/usart_irq/usart_irq.ld b/examples/stm32/obldc/usart_irq/usart_irq.ld index c8683d5..2c4a200 100644 --- a/examples/stm32/obldc/usart_irq/usart_irq.ld +++ b/examples/stm32/obldc/usart_irq/usart_irq.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script from libopenstm32. */ -INCLUDE libopenstm32.ld +INCLUDE stm32.ld -- cgit v1.2.3