From 73af5d1115255ac921e3169d2d7376e5bc9d2838 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 11 Mar 2015 13:21:05 +0000 Subject: stm32f2xx_USART: Add the stm32f2xx USART Controller This patch adds the stm32f2xx USART controller (UART also uses the same controller). Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite Message-id: 762c6c0d2a41d574932bc4445ec9bfffe6da8798.1424175342.git.alistair@alistair23.me Signed-off-by: Peter Maydell --- hw/char/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/char/Makefile.objs') diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs index 317385d..5931cc8 100644 --- a/hw/char/Makefile.objs +++ b/hw/char/Makefile.objs @@ -15,6 +15,7 @@ obj-$(CONFIG_OMAP) += omap_uart.o obj-$(CONFIG_SH4) += sh_serial.o obj-$(CONFIG_PSERIES) += spapr_vty.o obj-$(CONFIG_DIGIC) += digic-uart.o +obj-$(CONFIG_STM32F2XX_USART) += stm32f2xx_usart.o common-obj-$(CONFIG_ETRAXFS) += etraxfs_ser.o common-obj-$(CONFIG_ISA_DEBUG) += debugcon.o -- cgit v1.1