aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-18 16:34:12 +0300
committerbarthess <barthess@yandex.ru>2014-10-18 16:34:12 +0300
commit7355cbd461771f0d38cc2066f7a93b081ce38394 (patch)
treef34e8d6685247acd528e3d3d677a40261fa17313 /os/hal/hal.mk
parent0214eb9bccecfee4598c8aa00b5af8c6f053ee31 (diff)
downloadChibiOS-Contrib-7355cbd461771f0d38cc2066f7a93b081ce38394.tar.gz
ChibiOS-Contrib-7355cbd461771f0d38cc2066f7a93b081ce38394.tar.bz2
ChibiOS-Contrib-7355cbd461771f0d38cc2066f7a93b081ce38394.zip
Added fsmc code
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
new file mode 100644
index 0000000..c63d0cc
--- /dev/null
+++ b/os/hal/hal.mk
@@ -0,0 +1,5 @@
+include ${CHIBIOS}/community/os/hal/hal.mk
+
+HALSRC += ${CHIBIOS}/community/os/hal/src/nand.c
+
+HALINC += ${CHIBIOS}/community/os/hal/include