xref: /openbmc/qemu/hw/watchdog/meson.build (revision de6cd759)
1*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(files('watchdog.c'))
2*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ALLWINNER_WDT', if_true: files('allwinner-wdt.c'))
3*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_CMSDK_APB_WATCHDOG', if_true: files('cmsdk-apb-watchdog.c'))
4*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_WDT_IB6300ESB', if_true: files('wdt_i6300esb.c'))
5*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c'))
6*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_WDT_DIAG288', if_true: files('wdt_diag288.c'))
7*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('wdt_aspeed.c'))
8*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_WDT_IMX2', if_true: files('wdt_imx2.c'))
9*de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_WDT_SBSA', if_true: files('sbsa_gwdt.c'))
1081b205ceSAlexey Kardashevskiyspecific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_watchdog.c'))
11