diff options
author | Guenter Roeck | 2020-05-17 18:21:28 +0200 |
---|---|---|
committer | Peter Maydell | 2020-05-21 21:00:18 +0200 |
commit | 37f95959c730ff29f58c85b7a98f0b825933bee1 (patch) | |
tree | 6ece7d04ffca5c1380d57d2f7f2fe9a979cc5959 /hw/watchdog/Makefile.objs | |
parent | target/arm: Remove unused GEN_NEON_INTEGER_OP macro (diff) | |
download | qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.tar.gz qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.tar.xz qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.zip |
hw: Move i.MX watchdog driver to hw/watchdog
In preparation for a full implementation, move i.MX watchdog driver
from hw/misc to hw/watchdog. While at it, add the watchdog files
to MAINTAINERS.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20200517162135.110364-2-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/watchdog/Makefile.objs')
-rw-r--r-- | hw/watchdog/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/watchdog/Makefile.objs b/hw/watchdog/Makefile.objs index 3f536d1cad..631b711d86 100644 --- a/hw/watchdog/Makefile.objs +++ b/hw/watchdog/Makefile.objs @@ -4,3 +4,4 @@ common-obj-$(CONFIG_WDT_IB6300ESB) += wdt_i6300esb.o common-obj-$(CONFIG_WDT_IB700) += wdt_ib700.o common-obj-$(CONFIG_WDT_DIAG288) += wdt_diag288.o common-obj-$(CONFIG_ASPEED_SOC) += wdt_aspeed.o +common-obj-$(CONFIG_WDT_IMX2) += wdt_imx2.o |