aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2010-01-22 01:48:02 +0100
committerUwe Hermann2010-01-22 01:48:02 +0100
commit1f9479e673430ecd346f5ab49510540817001246 (patch)
tree6967392adfe7462b504214928ae7950c20a52ee5 /lib/Makefile
parent3e29876d98973f03ee19911b688076cd81463d70 (diff)
Add initial (unfinished, untested) RTC support.
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 c183967..383fa93 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 = rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o
+OBJS = rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o rtc.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)