aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Otto2010-03-25 13:13:01 +0100
committerThomas Otto2010-03-25 13:13:01 +0100
commit3518301870be7e2ef1083bea6c170f28fa574d78 (patch)
treea24d47458ba47824625250470c62755e4325b2a8 /lib
parentfeb3f187fe9140c1419ad82f90bac1ee9681a8ee (diff)
Integrated systick into build system.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b23762a..d85afee 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 dma.o
+ rtc.o i2c.o dma.o systick.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)