aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorThomas Otto2010-03-22 21:52:49 +0100
committerThomas Otto2010-03-22 21:52:49 +0100
commite4788f67b6e89ae83e3e21f27d823b15d7c3fdb3 (patch)
tree569c509ac27fff9bc5dd491ea541f807411ee6bd /lib/Makefile
parent561c9a1d3ece84382e5afd9122f0feda59ad6c1e (diff)
added dma.h and basic functions
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index aca3ead..b23762a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o \
- rtc.o i2c.o
+ rtc.o i2c.o dma.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)