diff options
author | Julia Suvorova <jusual@mail.ru> | 2018-10-30 15:23:56 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-11-02 14:03:33 +0000 |
commit | 19790847e25c7e82bba9eb13d82894506eeabe09 (patch) | |
tree | 9229696460baa74a6fc372babd0a9e67aa9dabcc /hw/char/Makefile.objs | |
parent | 7c3db4fdd29bb1d660b0ff4da02664e7ecafaaed (diff) | |
download | qemu-19790847e25c7e82bba9eb13d82894506eeabe09.zip qemu-19790847e25c7e82bba9eb13d82894506eeabe09.tar.gz qemu-19790847e25c7e82bba9eb13d82894506eeabe09.tar.bz2 |
hw/char: Implement nRF51 SoC UART
Not implemented: CTS/NCTS, PSEL*.
Signed-off-by: Julia Suvorova <jusual@mail.ru>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/char/Makefile.objs')
-rw-r--r-- | hw/char/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs index b570531..c4947d7 100644 --- a/hw/char/Makefile.objs +++ b/hw/char/Makefile.objs @@ -1,5 +1,6 @@ common-obj-$(CONFIG_IPACK) += ipoctal232.o common-obj-$(CONFIG_ESCC) += escc.o +common-obj-$(CONFIG_NRF51_SOC) += nrf51_uart.o common-obj-$(CONFIG_PARALLEL) += parallel.o common-obj-$(CONFIG_PARALLEL) += parallel-isa.o common-obj-$(CONFIG_PL011) += pl011.o |