aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/platform.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-21 20:03:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-21 20:03:19 +0000
commitd8af50ca0d6b3352368f84d5cb93c5b66c52bdf0 (patch)
tree4174076a461c8a095e89f4f5189e368168189a26 /os/hal/templates/platform.mk
parenta3e9966359c432405c8ab1eb49a27133e5271ba2 (diff)
downloadChibiOS-d8af50ca0d6b3352368f84d5cb93c5b66c52bdf0.tar.gz
ChibiOS-d8af50ca0d6b3352368f84d5cb93c5b66c52bdf0.tar.bz2
ChibiOS-d8af50ca0d6b3352368f84d5cb93c5b66c52bdf0.zip
Fixed flash state machine, removed EXT remains.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12572 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/templates/platform.mk')
-rw-r--r--os/hal/templates/platform.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/templates/platform.mk b/os/hal/templates/platform.mk
index 3371bf00e..2c4542d6b 100644
--- a/os/hal/templates/platform.mk
+++ b/os/hal/templates/platform.mk
@@ -22,9 +22,6 @@ endif
ifneq ($(findstring HAL_USE_DAC TRUE,$(HALCONF)),)
PLATFORMSRC += ${CHIBIOS}/os/hal/templates/hal_dac_lld.c
endif
-ifneq ($(findstring HAL_USE_EXT TRUE,$(HALCONF)),)
-PLATFORMSRC += ${CHIBIOS}/os/hal/templates/hal_ext_lld.c
-endif
ifneq ($(findstring HAL_USE_GPT TRUE,$(HALCONF)),)
PLATFORMSRC += ${CHIBIOS}/os/hal/templates/hal_gpt_lld.c
endif
@@ -82,7 +79,6 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/templates/hal_lld.c \
${CHIBIOS}/os/hal/templates/hal_can_lld.c \
${CHIBIOS}/os/hal/templates/hal_crypto_lld.c \
${CHIBIOS}/os/hal/templates/hal_dac_lld.c \
- ${CHIBIOS}/os/hal/templates/hal_ext_lld.c \
${CHIBIOS}/os/hal/templates/hal_gpt_lld.c \
${CHIBIOS}/os/hal/templates/hal_i2c_lld.c \
${CHIBIOS}/os/hal/templates/hal_i2s_lld.c \