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:
parent
c92a309777
commit
56d996c50a
@ -36,7 +36,6 @@ devices-dirs-y += virtio/
|
|||||||
devices-dirs-y += watchdog/
|
devices-dirs-y += watchdog/
|
||||||
devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
|
devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
|
||||||
devices-dirs-$(CONFIG_NUBUS) += nubus/
|
devices-dirs-$(CONFIG_NUBUS) += nubus/
|
||||||
devices-dirs-y += semihosting/
|
|
||||||
devices-dirs-y += smbios/
|
devices-dirs-y += smbios/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
subdir('core')
|
subdir('core')
|
||||||
|
subdir('semihosting')
|
||||||
subdir('xen')
|
subdir('xen')
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
obj-$(CONFIG_SEMIHOSTING) += config.o
|
|
||||||
obj-$(CONFIG_SEMIHOSTING) += console.o
|
|
4
hw/semihosting/meson.build
Normal file
4
hw/semihosting/meson.build
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
|
||||||
|
'config.c',
|
||||||
|
'console.c',
|
||||||
|
))
|
Loading…
x
Reference in New Issue
Block a user