diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-03-08 07:09:40 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-03-08 07:09:40 -0300 |
commit | 0bbef8ed17810ee00c26af8cfb76130cd5af799e (patch) | |
tree | 9d3eea5f18c44c4b802b1a984f4f3c8a2b19fd75 /os/hal | |
parent | b67ecdfeca2d1d5289e4c9b577a1940cf8702ab3 (diff) | |
download | ChibiOS-Contrib-0bbef8ed17810ee00c26af8cfb76130cd5af799e.tar.gz ChibiOS-Contrib-0bbef8ed17810ee00c26af8cfb76130cd5af799e.tar.bz2 ChibiOS-Contrib-0bbef8ed17810ee00c26af8cfb76130cd5af799e.zip |
[KINETIS] Fix platform driver references to contrib
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/KINETIS/K20x/platform.mk | 22 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/platform.mk | 20 |
2 files changed, 21 insertions, 21 deletions
diff --git a/os/hal/ports/KINETIS/K20x/platform.mk b/os/hal/ports/KINETIS/K20x/platform.mk index c7ae92d..20502c2 100644 --- a/os/hal/ports/KINETIS/K20x/platform.mk +++ b/os/hal/ports/KINETIS/K20x/platform.mk @@ -1,16 +1,16 @@ # List of all platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/hal_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/pal_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/serial_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/spi_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/ext_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/adc_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/gpt_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x/st_lld.c
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/hal_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/pal_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/serial_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/spi_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/ext_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/adc_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/gpt_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x/st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
- ${CHIBIOS}/os/hal/ports/KINETIS/K20x \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/K20x \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD
diff --git a/os/hal/ports/KINETIS/KL2x/platform.mk b/os/hal/ports/KINETIS/KL2x/platform.mk index 90671ee..f9d3c67 100644 --- a/os/hal/ports/KINETIS/KL2x/platform.mk +++ b/os/hal/ports/KINETIS/KL2x/platform.mk @@ -1,15 +1,15 @@ # List of all platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/hal_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pal_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/serial_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/ext_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD/adc_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pwm_lld.c \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/st_lld.c
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/hal_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/pal_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/serial_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/ext_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD/adc_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/pwm_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x/st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
- ${CHIBIOS}/os/hal/ports/KINETIS/KL2x \
- ${CHIBIOS}/os/hal/ports/KINETIS/LLD
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/KL2x \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/KINETIS/LLD
|