util: introduce qemu_open and qemu_create with error reporting
[qemu/ar7.git] / hw / nvram / meson.build
blob1f2ed013b26eacc83cf995d74e00992b7d5c9ed5
1 softmmu_ss.add(files('fw_cfg.c'))
2 softmmu_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
3 softmmu_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
4 softmmu_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
5 softmmu_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
6 softmmu_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
7 softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
8 softmmu_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
10 specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_nvram.c'))