stm32: drop empty usart.c files

On some targets these weren't even being referenced, on others they
were, in all cases they were empty and contributed no value.

They _actually_ served to declare groupings for doxygen, but we can do
that in a different manner, without having to have dummy files around.
This commit is contained in:
Karl Palsson
2018-02-14 23:08:53 +00:00
parent 595aa806e6
commit 7b9baabd69
9 changed files with 3 additions and 192 deletions

View File

@@ -35,7 +35,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
TGT_CFLAGS += $(STANDARD_FLAGS)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = crc.o desig.o flash.o rcc.o usart.o dma.o lcd.o
OBJS = crc.o desig.o flash.o rcc.o dma.o lcd.o
OBJS += crc_common_all.o dac_common_all.o
OBJS += dma_common_l1f013.o
OBJS += flash_common_l01.o