From d417666095b6743dc56ff15a5276eaed7bfa8d6d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 29 Oct 2012 22:53:59 +0000 Subject: Eliminate redundant gpio code from f2/f4/l1 Implemented as per exti2 --- lib/stm32/l1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stm32/l1/Makefile') 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 -- cgit v1.2.3