stm32h7:usart: add common file to build

Without the common core, you couldn't actually link a project using the
usart peripherals.

Fixes: https://github.com/libopencm3/libopencm3/pull/1464
This commit is contained in:
Karl Palsson
2023-02-03 14:22:22 +00:00
parent f58ffd4ba7
commit 8bc483746b

View File

@@ -48,7 +48,7 @@ OBJS += rcc_common_all.o
OBJS += rng_common_v1.o
OBJS += spi_common_all.o spi_common_v2.o
OBJS += timer_common_all.o
OBJS += usart_common_v2.o usart_common_fifos.o
OBJS += usart_common_all.o usart_common_v2.o usart_common_fifos.o
OBJS += quadspi_common_v1.o
VPATH += ../../usb:../:../../cm3:../common