aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-11-16 13:51:25 +0300
committerbarthess <barthess@yandex.ru>2014-11-16 13:51:25 +0300
commit42c6e0d7d6cc6ad0a98e9d19e911f6ea34578fe6 (patch)
tree2fe0df639756acef4c867003cedb67bd307fa8b8 /os/hal/hal.mk
parent78dcca3a314c9cee086bace10a046b350f17f449 (diff)
parent809e59f6c3f667661959317c67b48bdba1603407 (diff)
downloadChibiOS-Contrib-42c6e0d7d6cc6ad0a98e9d19e911f6ea34578fe6.tar.gz
ChibiOS-Contrib-42c6e0d7d6cc6ad0a98e9d19e911f6ea34578fe6.tar.bz2
ChibiOS-Contrib-42c6e0d7d6cc6ad0a98e9d19e911f6ea34578fe6.zip
Merge branch 'fsmc'
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
new file mode 100644
index 0000000..47f24b0
--- /dev/null
+++ b/os/hal/hal.mk
@@ -0,0 +1,6 @@
+include ${CHIBIOS}/os/hal/hal.mk
+
+HALSRC += ${CHIBIOS}/community/os/hal/src/hal_community.c \
+ ${CHIBIOS}/community/os/hal/src/nand.c
+
+HALINC += ${CHIBIOS}/community/os/hal/include