mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
37f95959c7
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>
8 lines
332 B
Makefile
8 lines
332 B
Makefile
common-obj-y += watchdog.o
|
|
common-obj-$(CONFIG_CMSDK_APB_WATCHDOG) += cmsdk-apb-watchdog.o
|
|
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
|