mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
meson: convert hw/nubus
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
56d996c50a
commit
b908c370f7
4 changed files with 8 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
common-obj-y += nubus-device.o
|
||||
common-obj-y += nubus-bus.o
|
||||
common-obj-y += nubus-bridge.o
|
||||
common-obj-$(CONFIG_Q800) += mac-nubus-bridge.o
|
7
hw/nubus/meson.build
Normal file
7
hw/nubus/meson.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
nubus_ss = ss.source_set()
|
||||
nubus_ss.add(files('nubus-device.c'))
|
||||
nubus_ss.add(files('nubus-bus.c'))
|
||||
nubus_ss.add(files('nubus-bridge.c'))
|
||||
nubus_ss.add(when: 'CONFIG_Q800', if_true: files('mac-nubus-bridge.c'))
|
||||
|
||||
softmmu_ss.add_all(when: 'CONFIG_NUBUS', if_true: nubus_ss)
|
Loading…
Add table
Add a link
Reference in a new issue