stm32: flash: pull lock/unlock up to common_f.

This is a common operation, so definition in _all, and every part except
l0/l1 have the same implementation.  Bring in an _f file too.
This commit is contained in:
Karl Palsson
2018-07-13 20:58:21 +00:00
parent b23dccc7ae
commit da7ebafcbe
18 changed files with 59 additions and 114 deletions

View File

@@ -42,7 +42,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS = flash_common_all.o flash.o pwr.o rcc.o
OBJS = flash_common_all.o flash_common_f.o flash.o pwr.o rcc.o
OBJS += gpio.o gpio_common_all.o gpio_common_f0234.o
OBJS += rcc_common_all.o