mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
meson: convert hw/semihosting
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -36,7 +36,6 @@ devices-dirs-y += virtio/
|
||||
devices-dirs-y += watchdog/
|
||||
devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
|
||||
devices-dirs-$(CONFIG_NUBUS) += nubus/
|
||||
devices-dirs-y += semihosting/
|
||||
devices-dirs-y += smbios/
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
subdir('core')
|
||||
subdir('semihosting')
|
||||
subdir('xen')
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
obj-$(CONFIG_SEMIHOSTING) += config.o
|
||||
obj-$(CONFIG_SEMIHOSTING) += console.o
|
||||
@@ -0,0 +1,4 @@
|
||||
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
|
||||
'config.c',
|
||||
'console.c',
|
||||
))
|
||||
Reference in New Issue
Block a user