aboutsummaryrefslogtreecommitdiff
path: root/examples/other
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 15:52:37 +0100
committerUwe Hermann2010-12-29 15:55:12 +0100
commit36931dc991e4e68ed1ac32b328be788ae1affbe1 (patch)
tree894bbb7acd2fb732b1be2c40835224c3d468f281 /examples/other
parenta6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 (diff)
Whitespace fixes.
Diffstat (limited to 'examples/other')
-rw-r--r--examples/other/adc_temperature_sensor/Makefile3
-rw-r--r--examples/other/dma_mem2mem/Makefile3
-rw-r--r--examples/other/dogm128/Makefile3
-rw-r--r--examples/other/i2c_stts75_sensor/Makefile3
-rw-r--r--examples/other/rtc/Makefile3
-rw-r--r--examples/other/systick/Makefile3
-rw-r--r--examples/other/timer_interrupt/Makefile3
-rw-r--r--examples/other/usb_cdcacm/Makefile3
-rw-r--r--examples/other/usb_dfu/Makefile3
-rw-r--r--examples/other/usb_hid/Makefile3
10 files changed, 20 insertions, 10 deletions
diff --git a/examples/other/adc_temperature_sensor/Makefile b/examples/other/adc_temperature_sensor/Makefile
index 2b26a1b..c5020db 100644
--- a/examples/other/adc_temperature_sensor/Makefile
+++ b/examples/other/adc_temperature_sensor/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = adc
+BINARY = adc
include ../../Makefile.include
+
diff --git a/examples/other/dma_mem2mem/Makefile b/examples/other/dma_mem2mem/Makefile
index b92e395..ea78213 100644
--- a/examples/other/dma_mem2mem/Makefile
+++ b/examples/other/dma_mem2mem/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = dma
+BINARY = dma
include ../../Makefile.include
+
diff --git a/examples/other/dogm128/Makefile b/examples/other/dogm128/Makefile
index 158b33b..74ec0e5 100644
--- a/examples/other/dogm128/Makefile
+++ b/examples/other/dogm128/Makefile
@@ -17,8 +17,9 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = main
+BINARY = main
OBJS = dogm128.o
include ../../Makefile.include
+
diff --git a/examples/other/i2c_stts75_sensor/Makefile b/examples/other/i2c_stts75_sensor/Makefile
index 6ca704e..32ee066 100644
--- a/examples/other/i2c_stts75_sensor/Makefile
+++ b/examples/other/i2c_stts75_sensor/Makefile
@@ -17,8 +17,9 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = i2c_stts75_sensor
+BINARY = i2c_stts75_sensor
OBJS = stts75.o
include ../../Makefile.include
+
diff --git a/examples/other/rtc/Makefile b/examples/other/rtc/Makefile
index 10fa5af..d74946f 100644
--- a/examples/other/rtc/Makefile
+++ b/examples/other/rtc/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = rtc
+BINARY = rtc
include ../../Makefile.include
+
diff --git a/examples/other/systick/Makefile b/examples/other/systick/Makefile
index 20c889f..f08d085 100644
--- a/examples/other/systick/Makefile
+++ b/examples/other/systick/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = systick
+BINARY = systick
include ../../Makefile.include
+
diff --git a/examples/other/timer_interrupt/Makefile b/examples/other/timer_interrupt/Makefile
index c4cd3b6..f6721e9 100644
--- a/examples/other/timer_interrupt/Makefile
+++ b/examples/other/timer_interrupt/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = timer
+BINARY = timer
include ../../Makefile.include
+
diff --git a/examples/other/usb_cdcacm/Makefile b/examples/other/usb_cdcacm/Makefile
index 1ca37fc..ab55ba2 100644
--- a/examples/other/usb_cdcacm/Makefile
+++ b/examples/other/usb_cdcacm/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = cdcacm
+BINARY = cdcacm
include ../../Makefile.include
+
diff --git a/examples/other/usb_dfu/Makefile b/examples/other/usb_dfu/Makefile
index 9b107aa..183b7c8 100644
--- a/examples/other/usb_dfu/Makefile
+++ b/examples/other/usb_dfu/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usbdfu
+BINARY = usbdfu
include ../../Makefile.include
+
diff --git a/examples/other/usb_hid/Makefile b/examples/other/usb_hid/Makefile
index 378a374..7967467 100644
--- a/examples/other/usb_hid/Makefile
+++ b/examples/other/usb_hid/Makefile
@@ -17,6 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = usbhid
+BINARY = usbhid
include ../../Makefile.include
+