aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-10-02 14:34:15 +0100
committerDamien George2014-10-02 17:32:02 +0100
commit3550de4ebeb449e221f2dc900d1937510d67cc95 (patch)
treedb6a31c4cdf5cbade4a29ce4918e967d72686932 /stmhal/Makefile
parent5fc6aa810063d586ed779f42f2329f625247234f (diff)
stmhal: Add basic CAN bus support.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 21e09666b..8ff2d9294 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -90,6 +90,7 @@ SRC_C = \
i2c.c \
spi.c \
uart.c \
+ can.c \
usb.c \
printf.c \
gccollect.c \
@@ -132,6 +133,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\
stm32f4xx_hal.c \
stm32f4xx_hal_adc.c \
stm32f4xx_hal_adc_ex.c \
+ stm32f4xx_hal_can.c \
stm32f4xx_hal_cortex.c \
stm32f4xx_hal_dac.c \
stm32f4xx_hal_dac_ex.c \