[CM3:DWT] Add the file to library build process for each target

This commit is contained in:
Frantisek Burian 2013-09-12 16:11:51 +02:00 committed by Piotr Esden-Tempski
parent 7ccc0d053e
commit db3dc42dd6

View File

@ -24,7 +24,7 @@ Q := @
endif endif
# common objects # common objects
OBJS += vector.o systick.o scb.o nvic.o assert.o sync.o OBJS += vector.o systick.o scb.o nvic.o assert.o sync.o dwt.o
all: $(SRCLIBDIR)/$(LIBNAME).a all: $(SRCLIBDIR)/$(LIBNAME).a