From ef0b196ab912a89d2923264bf5a8b2b492b15cba Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Nov 2010 14:21:34 +0000 Subject: Removed obsolete options from some makefiles. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2451 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/ADC/Makefile | 2 +- testhal/STM32/CAN/Makefile | 2 +- testhal/STM32/PWM/Makefile | 2 +- testhal/STM32/SPI/Makefile | 2 +- testhal/STM32/UART/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/ADC/Makefile b/testhal/STM32/ADC/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/ADC/Makefile +++ b/testhal/STM32/ADC/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra # # List all default C defines here, like -D_DEBUG=1 -DDEFS = -DCORTEX_USE_BASEPRI=TRUE +DDEFS = # List all default ASM defines here, like -D_DEBUG=1 DADEFS = diff --git a/testhal/STM32/CAN/Makefile b/testhal/STM32/CAN/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/CAN/Makefile +++ b/testhal/STM32/CAN/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra # # List all default C defines here, like -D_DEBUG=1 -DDEFS = -DCORTEX_USE_BASEPRI=TRUE +DDEFS = # List all default ASM defines here, like -D_DEBUG=1 DADEFS = diff --git a/testhal/STM32/PWM/Makefile b/testhal/STM32/PWM/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/PWM/Makefile +++ b/testhal/STM32/PWM/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra # # List all default C defines here, like -D_DEBUG=1 -DDEFS = -DCORTEX_USE_BASEPRI=TRUE +DDEFS = # List all default ASM defines here, like -D_DEBUG=1 DADEFS = diff --git a/testhal/STM32/SPI/Makefile b/testhal/STM32/SPI/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/SPI/Makefile +++ b/testhal/STM32/SPI/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra # # List all default C defines here, like -D_DEBUG=1 -DDEFS = -DCORTEX_USE_BASEPRI=TRUE +DDEFS = # List all default ASM defines here, like -D_DEBUG=1 DADEFS = diff --git a/testhal/STM32/UART/Makefile b/testhal/STM32/UART/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/UART/Makefile +++ b/testhal/STM32/UART/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra # # List all default C defines here, like -D_DEBUG=1 -DDEFS = -DCORTEX_USE_BASEPRI=TRUE +DDEFS = # List all default ASM defines here, like -D_DEBUG=1 DADEFS = -- cgit v1.2.3