aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-08-24 15:19:16 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2015-08-24 15:19:16 +0300
commit1baa777a7e3218c15ca6782fd9174abcec4e3f9e (patch)
treedf8ae63ebded9eeab9fc816c02f713ea25b78d3b /os/hal/hal.mk
parente3d91636280ab201b5ad56741a43ef7c22069700 (diff)
parent586a8a2b29f1f01074a242b30198d8c638533a00 (diff)
downloadChibiOS-Contrib-1baa777a7e3218c15ca6782fd9174abcec4e3f9e.tar.gz
ChibiOS-Contrib-1baa777a7e3218c15ca6782fd9174abcec4e3f9e.tar.bz2
ChibiOS-Contrib-1baa777a7e3218c15ca6782fd9174abcec4e3f9e.zip
Merge pull request #23 from fpoussin/master
Makefile paths rework
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index c193ef4..013a8db 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -1,9 +1,9 @@
include ${CHIBIOS}/os/hal/hal.mk
-HALSRC += ${CHIBIOS}/community/os/hal/src/hal_community.c \
- ${CHIBIOS}/community/os/hal/src/nand.c \
- ${CHIBIOS}/community/os/hal/src/onewire.c \
- ${CHIBIOS}/community/os/hal/src/eicu.c \
- ${CHIBIOS}/community/os/hal/src/crc.c
+HALSRC += ${CHIBIOS_CONTRIB}/os/hal/src/hal_community.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/nand.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/onewire.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/eicu.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/crc.c
-HALINC += ${CHIBIOS}/community/os/hal/include
+HALINC += ${CHIBIOS_CONTRIB}/os/hal/include