aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2009-07-20 15:29:43 +0200
committerUwe Hermann2009-07-20 15:29:43 +0200
commit50b1b50676ebdf97cc3de85b711976da62f848b9 (patch)
tree9892e2451db63eeac2762dca65cf7533405ab240 /lib/Makefile
parent07b6ca3a90dd5e4c75cd24b79454a96a0510583d (diff)
Add slightly modified rcc.c file, contributed by Federico Ruiz-Ugalde.
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 e2d0e28..2bc31a2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,7 +27,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \
-mcpu=cortex-m3 -mthumb
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = gpio.o
+OBJS = gpio.o rcc.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)