aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2015-06-10 13:06:48 +0100
committerDamien George2015-06-10 14:01:44 +0100
commit3d30d605f5286774edb7669f3958628e5c656048 (patch)
tree29a1e5b6a8a1bb21c09cb8a6d7fa2b3147da03d3 /stmhal/Makefile
parent7ed58cb66379f4d87e3e8fbb68baada19048ac18 (diff)
stmhal: Factor out DMA initialisation code from spi.c.
This is so that the DMA can be shared by multiple peripherals.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 5751ad405..a923ade4a 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -116,6 +116,7 @@ SRC_C = \
pin_defs_stmhal.c \
pin_named_pins.c \
bufhelper.c \
+ dma.c \
i2c.c \
spi.c \
uart.c \