aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/Makefile
diff options
context:
space:
mode:
authorKarl Palsson2012-07-19 22:41:52 +0000
committerKarl Palsson2012-11-07 21:50:27 +0000
commit8318384cf1fec4d0b336e5d4deb1f126526584be (patch)
treeb35e0a02108ee8f701e66195e66de457b713880f /lib/stm32/l1/Makefile
parent2011941b55302ee269b440c32ad83a3fff326944 (diff)
More progress towards L1 support.
Believe gpio is complete, but untested without finishing at least the RCC defines. RCC defines are a work in progress
Diffstat (limited to 'lib/stm32/l1/Makefile')
-rw-r--r--lib/stm32/l1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile
index d2cc1be..543c416 100644
--- a/lib/stm32/l1/Makefile
+++ b/lib/stm32/l1/Makefile
@@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSTM32L1
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = vector.o desig.o crc.o
+OBJS = vector.o desig.o crc.o gpio.o
VPATH += ../../usb:../