aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1/Makefile
diff options
context:
space:
mode:
authorKarl Palsson2013-01-22 22:27:38 +0000
committerKarl Palsson2013-01-22 22:55:19 +0000
commitdf5e3e5ff115af6c145d0d7ccd23631dffaeebd9 (patch)
treeef3e64b888a64f7e18f8a24fd1af1e2159fffd78 /lib/stm32/f1/Makefile
parent48eed286b98c6f5389c91be4a82e4e2bef6fc99d (diff)
[l1] PWR: fix style for common code
Code added for L1 to support the PWR Control block didn't properly follow the HACKING_COMMON_DOC guidelines. The naming was wrong, and some headers were missing. This commit has no functional changes, it only addresses the style and structure problems.
Diffstat (limited to 'lib/stm32/f1/Makefile')
-rw-r--r--lib/stm32/f1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f1/Makefile b/lib/stm32/f1/Makefile
index 6bc21f7..ba0d4b8 100644
--- a/lib/stm32/f1/Makefile
+++ b/lib/stm32/f1/Makefile
@@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
ARFLAGS = rcs
OBJS = rcc.o gpio.o adc.o flash.o rtc.o dma.o exti.o ethernet.o \
usb_f103.o usb.o usb_control.o usb_standard.o can.o \
- timer.o usb_f107.o desig.o pwr.o \
+ timer.o usb_f107.o desig.o pwr_common_all.o \
usb_fx07_common.o \
gpio_common_all.o dma_common_f13.o spi_common_all.o \
dac_common_all.o usart_common_all.o iwdg_common_all.o \