diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2016-04-28 12:31:41 +0200 |
---|---|---|
committer | Nicolas Reinecke <nr@das-labor.org> | 2016-05-01 02:33:07 +0200 |
commit | 509816147d658d301970a19798024361552c8ae8 (patch) | |
tree | fa2d791334c66989a486272fc18f5d5d82203165 /testhal/STM32/STM32F4xx/USB_HOST/Makefile | |
parent | f665da37bd440685511cf8de662c669cfc9ccc45 (diff) | |
download | ChibiOS-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/Makefile | 6 |
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.
|