aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/PWM-ICU/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/PWM-ICU/Makefile')
-rw-r--r--testhal/STM32F4xx/PWM-ICU/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/testhal/STM32F4xx/PWM-ICU/Makefile b/testhal/STM32F4xx/PWM-ICU/Makefile
index 9c557ab43..679fe0eb7 100644
--- a/testhal/STM32F4xx/PWM-ICU/Makefile
+++ b/testhal/STM32F4xx/PWM-ICU/Makefile
@@ -63,11 +63,6 @@ ifeq ($(USE_FPU),)
USE_FPU = no
endif
-# Enable this if you really want to use the STM FWLib.
-ifeq ($(USE_FWLIB),)
- USE_FWLIB = no
-endif
-
#
# Architecture or project specific options
##############################################################################
@@ -199,12 +194,5 @@ ULIBS =
# End of user defines
##############################################################################
-ifeq ($(USE_FWLIB),yes)
- include $(CHIBIOS)/ext/stm32lib/stm32lib.mk
- CSRC += $(STM32SRC)
- INCDIR += $(STM32INC)
- USE_OPT += -DUSE_STDPERIPH_DRIVER
-endif
-
RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk