aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/Makefile
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-04-28 12:31:41 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-01 02:33:07 +0200
commit509816147d658d301970a19798024361552c8ae8 (patch)
treefa2d791334c66989a486272fc18f5d5d82203165 /testhal/STM32/STM32F4xx/USB_HOST/Makefile
parentf665da37bd440685511cf8de662c669cfc9ccc45 (diff)
downloadChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.tar.gz
ChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.tar.bz2
ChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.zip
fix whitespace
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/Makefile b/testhal/STM32/STM32F4xx/USB_HOST/Makefile
index d1e5bc9..6a64149 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/Makefile
+++ b/testhal/STM32/STM32F4xx/USB_HOST/Makefile
@@ -10,7 +10,7 @@ endif
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT),)
- USE_COPT =
+ USE_COPT =
endif
# C++ specific options here (added to USE_OPT).
@@ -25,7 +25,7 @@ endif
# Linker extra options here.
ifeq ($(USE_LDOPT),)
- USE_LDOPT =
+ USE_LDOPT =
endif
# Enable this if you want link time optimizations (LTO)
@@ -102,7 +102,7 @@ include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld
+LDSCRIPT = $(STARTUPLD)/STM32F407xG.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.