Browse Source

Add flash.o to list of objects to build.

pull/2/head
Uwe Hermann 15 years ago
parent
commit
8d1c464961
  1. 2
      lib/Makefile

2
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)

Loading…
Cancel
Save