aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-11-16 13:51:14 +0300
committerbarthess <barthess@yandex.ru>2014-11-16 13:51:14 +0300
commit809e59f6c3f667661959317c67b48bdba1603407 (patch)
tree0b9099bf904c05f35aa2559dddd84dcafe865539 /os/hal/hal.mk
parenteb7d78a7e9d27ad3874ae42e9c121459efcdd0d3 (diff)
downloadChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.gz
ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.bz2
ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.zip
Added hooks for community source
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 72b9b74..47f24b0 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -1,5 +1,6 @@
include ${CHIBIOS}/os/hal/hal.mk
-HALSRC += ${CHIBIOS}/community/os/hal/src/nand.c
+HALSRC += ${CHIBIOS}/community/os/hal/src/hal_community.c \
+ ${CHIBIOS}/community/os/hal/src/nand.c
HALINC += ${CHIBIOS}/community/os/hal/include