aboutsummaryrefslogtreecommitdiff
path: root/hw/char/Makefile.objs
diff options
context:
space:
mode:
authorAlistair Francis <alistair23@gmail.com>2015-03-11 13:21:05 +0000
committerPeter Maydell <peter.maydell@linaro.org>2015-03-11 13:21:05 +0000
commit73af5d1115255ac921e3169d2d7376e5bc9d2838 (patch)
treecd4a963f41ce1a0572da1ea70f245e2c51d4fad2 /hw/char/Makefile.objs
parentbe2847051421119f64a0134b5654a5134658d379 (diff)
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 <alistair@alistair23.me> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 762c6c0d2a41d574932bc4445ec9bfffe6da8798.1424175342.git.alistair@alistair23.me Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/char/Makefile.objs')
-rw-r--r--hw/char/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs
index 317385d26f..5931cc8400 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