From 3518301870be7e2ef1083bea6c170f28fa574d78 Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Thu, 25 Mar 2010 13:13:01 +0100 Subject: Integrated systick into build system. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') 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) -- cgit v1.2.3