diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-03-21 20:55:22 +0000 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-03-21 20:55:22 +0000 |
commit | 2443b6c6f41dd349d1680f85aad65e979fb21bdc (patch) | |
tree | 33cdec90b87b1b220da6c6f98d870fea492d9ba1 /os/hal/boards/MCHCK_K20 | |
parent | 9281b8f751ea63b2fef32e46b8710deef99bf258 (diff) | |
download | ChibiOS-Contrib-2443b6c6f41dd349d1680f85aad65e979fb21bdc.tar.gz ChibiOS-Contrib-2443b6c6f41dd349d1680f85aad65e979fb21bdc.tar.bz2 ChibiOS-Contrib-2443b6c6f41dd349d1680f85aad65e979fb21bdc.zip |
[KINETIS] Fix board definitions (move to contrib).
Diffstat (limited to 'os/hal/boards/MCHCK_K20')
-rw-r--r-- | os/hal/boards/MCHCK_K20/board.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/MCHCK_K20/board.mk b/os/hal/boards/MCHCK_K20/board.mk index dbf42c3..22406ac 100644 --- a/os/hal/boards/MCHCK_K20/board.mk +++ b/os/hal/boards/MCHCK_K20/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/os/hal/boards/MCHCK_K20/board.c
+BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/MCHCK_K20/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/os/hal/boards/MCHCK_K20
+BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/MCHCK_K20
|