meson.build (423ec28bb8c20d9dfa68faef50699772899ab64d) | meson.build (edd3a59d5b98964ed72265346cb4dc7e9ffccd27) |
---|---|
1softmmu_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c')) 2softmmu_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c')) 3softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c')) 4softmmu_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c')) 5softmmu_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c')) 6softmmu_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c')) 7softmmu_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c')) 8softmmu_ss.add(when: 'CONFIG_SGA', if_true: files('sga.c')) --- 25 unchanged lines hidden (view full) --- 34softmmu_ss.add(when: 'CONFIG_SIFIVE_U_OTP', if_true: files('sifive_u_otp.c')) 35softmmu_ss.add(when: 'CONFIG_SIFIVE_U_PRCI', if_true: files('sifive_u_prci.c')) 36 37subdir('macio') 38 39softmmu_ss.add(when: 'CONFIG_IVSHMEM_DEVICE', if_true: files('ivshmem.c')) 40 41softmmu_ss.add(when: 'CONFIG_ALLWINNER_A10_CCM', if_true: files('allwinner-a10-ccm.c')) | 1softmmu_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c')) 2softmmu_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c')) 3softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c')) 4softmmu_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c')) 5softmmu_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c')) 6softmmu_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c')) 7softmmu_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c')) 8softmmu_ss.add(when: 'CONFIG_SGA', if_true: files('sga.c')) --- 25 unchanged lines hidden (view full) --- 34softmmu_ss.add(when: 'CONFIG_SIFIVE_U_OTP', if_true: files('sifive_u_otp.c')) 35softmmu_ss.add(when: 'CONFIG_SIFIVE_U_PRCI', if_true: files('sifive_u_prci.c')) 36 37subdir('macio') 38 39softmmu_ss.add(when: 'CONFIG_IVSHMEM_DEVICE', if_true: files('ivshmem.c')) 40 41softmmu_ss.add(when: 'CONFIG_ALLWINNER_A10_CCM', if_true: files('allwinner-a10-ccm.c')) |
42softmmu_ss.add(when: 'CONFIG_ALLWINNER_A10_DRAMC', if_true: files('allwinner-a10-dramc.c')) |
|
42softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-ccu.c')) 43specific_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-cpucfg.c')) 44softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-dramc.c')) 45softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-sysctrl.c')) 46softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-sid.c')) 47softmmu_ss.add(when: 'CONFIG_REALVIEW', if_true: files('arm_sysctl.c')) 48softmmu_ss.add(when: 'CONFIG_NSERIES', if_true: files('cbus.c')) 49softmmu_ss.add(when: 'CONFIG_ECCMEMCTL', if_true: files('eccmemctl.c')) --- 91 unchanged lines hidden --- | 43softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-ccu.c')) 44specific_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-cpucfg.c')) 45softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-dramc.c')) 46softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-sysctrl.c')) 47softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-sid.c')) 48softmmu_ss.add(when: 'CONFIG_REALVIEW', if_true: files('arm_sysctl.c')) 49softmmu_ss.add(when: 'CONFIG_NSERIES', if_true: files('cbus.c')) 50softmmu_ss.add(when: 'CONFIG_ECCMEMCTL', if_true: files('eccmemctl.c')) --- 91 unchanged lines hidden --- |