diff options
Diffstat (limited to 'hw/watchdog/meson.build')
-rw-r--r-- | hw/watchdog/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/watchdog/meson.build b/hw/watchdog/meson.build index 8974b5c..5dcd4fb 100644 --- a/hw/watchdog/meson.build +++ b/hw/watchdog/meson.build @@ -1,4 +1,5 @@ softmmu_ss.add(files('watchdog.c')) +softmmu_ss.add(when: 'CONFIG_ALLWINNER_WDT', if_true: files('allwinner-wdt.c')) softmmu_ss.add(when: 'CONFIG_CMSDK_APB_WATCHDOG', if_true: files('cmsdk-apb-watchdog.c')) softmmu_ss.add(when: 'CONFIG_WDT_IB6300ESB', if_true: files('wdt_i6300esb.c')) softmmu_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c')) |