aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2009-07-22 14:02:21 +0200
committerUwe Hermann2009-07-22 14:02:21 +0200
commit6db6d5b49c8f1b216dd4b5504acf9df35d61df4a (patch)
tree27de176ec9e650c8cac596f32c57a8fa2d17517d /lib/Makefile
parent574f77f6df922ccbe366598e9b9da83852044042 (diff)
Add initial framework for USART support. So far only some #defines.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index aaad729..a3f66f1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,7 +27,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \
-mcpu=cortex-m3 -mthumb -Wstrict-prototypes
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = gpio.o rcc.o
+OBJS = rcc.o gpio.o usart.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)