aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-06 20:16:37 +0300
committerbarthess <barthess@yandex.ru>2014-12-06 20:16:37 +0300
commit12da9781a05599868ace5b6311bb17b9b919b5b6 (patch)
tree008dc7ac9902cee1a0267dbda09b4946212e6eb4 /os/hal/hal.mk
parent4ab64b4e4ef95d3e41c0bf74ab282aa5160e4f43 (diff)
downloadChibiOS-Contrib-12da9781a05599868ace5b6311bb17b9b919b5b6.tar.gz
ChibiOS-Contrib-12da9781a05599868ace5b6311bb17b9b919b5b6.tar.bz2
ChibiOS-Contrib-12da9781a05599868ace5b6311bb17b9b919b5b6.zip
Added onewire driver
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index 47f24b0..38868b6 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -1,6 +1,7 @@
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/nand.c \
+ ${CHIBIOS}/community/os/hal/src/onewire.c
HALINC += ${CHIBIOS}/community/os/hal/include