aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2010-01-15 01:43:51 +0100
committerUwe Hermann2010-01-15 01:43:51 +0100
commit8d1c4649618573fb9d0300a0c074061cb1298bbe (patch)
tree003e199b3ade2cb1454efcfc361d8e86fda06a6a /lib/Makefile
parent6c66a41f27c8c68e996e9e1b54195f381eff12b3 (diff)
Add flash.o to list of objects to build.
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 855aa9b..6cfe4b7 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
+OBJS = rcc.o gpio.o usart.o adc.o spi.o flash.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)