From db3dc42dd6a74e255533c43b8be766cd43276bf7 Mon Sep 17 00:00:00 2001 From: Frantisek Burian Date: Thu, 12 Sep 2013 16:11:51 +0200 Subject: [PATCH] [CM3:DWT] Add the file to library build process for each target --- lib/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.include b/lib/Makefile.include index e109d339..4c44bf6e 100644 --- a/lib/Makefile.include +++ b/lib/Makefile.include @@ -24,7 +24,7 @@ Q := @ endif # 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