aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/Makefile
diff options
context:
space:
mode:
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 71a6505..9e07b2d 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 = rcc.o gpio.o desig.o crc.o usart.o exti2.o
+OBJS = rcc.o gpio2.o desig.o crc.o usart.o exti2.o
VPATH += ../../usb:../:../../cm3