From 36931dc991e4e68ed1ac32b328be788ae1affbe1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 15:52:37 +0100 Subject: Whitespace fixes. --- examples/stm32-h103/fancyblink/Makefile | 3 ++- examples/stm32-h103/miniblink/Makefile | 3 ++- examples/stm32-h103/spi/Makefile | 3 ++- examples/stm32-h103/usart/Makefile | 3 ++- examples/stm32-h103/usb_cdcacm/Makefile | 3 ++- examples/stm32-h103/usb_dfu/Makefile | 2 +- examples/stm32-h103/usb_hid/Makefile | 2 +- examples/stm32-h103/usb_iap/Makefile | 2 +- 8 files changed, 13 insertions(+), 8 deletions(-) (limited to 'examples/stm32-h103') diff --git a/examples/stm32-h103/fancyblink/Makefile b/examples/stm32-h103/fancyblink/Makefile index a712cc4..09aff6f 100644 --- a/examples/stm32-h103/fancyblink/Makefile +++ b/examples/stm32-h103/fancyblink/Makefile @@ -17,6 +17,7 @@ ## along with this program. If not, see . ## -BINARY = fancyblink +BINARY = fancyblink include ../../Makefile.include + diff --git a/examples/stm32-h103/miniblink/Makefile b/examples/stm32-h103/miniblink/Makefile index 37c70fd..cbbded6 100644 --- a/examples/stm32-h103/miniblink/Makefile +++ b/examples/stm32-h103/miniblink/Makefile @@ -17,6 +17,7 @@ ## along with this program. If not, see . ## -BINARY = miniblink +BINARY = miniblink include ../../Makefile.include + diff --git a/examples/stm32-h103/spi/Makefile b/examples/stm32-h103/spi/Makefile index 1e22919..a63e92d 100644 --- a/examples/stm32-h103/spi/Makefile +++ b/examples/stm32-h103/spi/Makefile @@ -17,6 +17,7 @@ ## along with this program. If not, see . ## -BINARY = spi +BINARY = spi include ../../Makefile.include + diff --git a/examples/stm32-h103/usart/Makefile b/examples/stm32-h103/usart/Makefile index 6484117..75050cd 100644 --- a/examples/stm32-h103/usart/Makefile +++ b/examples/stm32-h103/usart/Makefile @@ -17,6 +17,7 @@ ## along with this program. If not, see . ## -BINARY = usart +BINARY = usart include ../../Makefile.include + diff --git a/examples/stm32-h103/usb_cdcacm/Makefile b/examples/stm32-h103/usb_cdcacm/Makefile index 1ca37fc..ab55ba2 100644 --- a/examples/stm32-h103/usb_cdcacm/Makefile +++ b/examples/stm32-h103/usb_cdcacm/Makefile @@ -17,6 +17,7 @@ ## along with this program. If not, see . ## -BINARY = cdcacm +BINARY = cdcacm include ../../Makefile.include + diff --git a/examples/stm32-h103/usb_dfu/Makefile b/examples/stm32-h103/usb_dfu/Makefile index b9ab00a..183b7c8 100644 --- a/examples/stm32-h103/usb_dfu/Makefile +++ b/examples/stm32-h103/usb_dfu/Makefile @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -BINARY = usbdfu +BINARY = usbdfu include ../../Makefile.include diff --git a/examples/stm32-h103/usb_hid/Makefile b/examples/stm32-h103/usb_hid/Makefile index ea2018f..7967467 100644 --- a/examples/stm32-h103/usb_hid/Makefile +++ b/examples/stm32-h103/usb_hid/Makefile @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -BINARY = usbhid +BINARY = usbhid include ../../Makefile.include diff --git a/examples/stm32-h103/usb_iap/Makefile b/examples/stm32-h103/usb_iap/Makefile index 674de74..9c93f91 100644 --- a/examples/stm32-h103/usb_iap/Makefile +++ b/examples/stm32-h103/usb_iap/Makefile @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -BINARY = usbiap +BINARY = usbiap include ../../Makefile.includes -- cgit v1.2.3