Move systick to stm32 common.

This commit is contained in:
Fergus Noble
2011-09-15 14:59:55 -07:00
committed by Stephen Caudle
parent cadbc0145b
commit ca412a9ed2
4 changed files with 4 additions and 3 deletions

View File

@@ -28,9 +28,10 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSTM32F2
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o gpio.o
OBJS = vector.o gpio.o systick.o
#VPATH += ../usb
VPATH += ../stm32_common
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)