1 # core qdev-related obj files, also used by *-user and unit tests
11 # irq.c needed for qdev GPIO handling:
17 libhwcore = static_library('hwcore', sources: hwcore_files + genh,
19 build_by_default: false)
20 hwcore = declare_dependency(link_whole: libhwcore)
23 common_ss.add(files('cpu.c'))
24 common_ss.add(when: 'CONFIG_FITLOADER', if_true: files('loader-fit.c'))
25 common_ss.add(when: 'CONFIG_GENERIC_LOADER', if_true: files('generic-loader.c'))
26 common_ss.add(when: 'CONFIG_OR_IRQ', if_true: files('or-irq.c'))
27 common_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('platform-bus.c'))
28 common_ss.add(when: 'CONFIG_PTIMER', if_true: files('ptimer.c'))
29 common_ss.add(when: 'CONFIG_REGISTER', if_true: files('register.c'))
30 common_ss.add(when: 'CONFIG_SPLIT_IRQ', if_true: files('split-irq.c'))
31 common_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('stream.c'))
40 'qdev-properties-system.c',
42 'vm-change-state-handler.c',
46 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files(