meson: convert hw/ipack

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Marc-André Lureau 2019-08-16 18:23:55 +04:00 committed by Paolo Bonzini
parent a7b9b7d1d7
commit ae36d233d3
4 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,6 @@ devices-dirs-$(CONFIG_I2C) += i2c/
devices-dirs-y += ide/
devices-dirs-y += input/
devices-dirs-y += intc/
devices-dirs-$(CONFIG_IPACK) += ipack/
endif
common-obj-y += $(devices-dirs-y)

View File

@ -1,2 +0,0 @@
common-obj-$(CONFIG_IPACK) += ipack.o
common-obj-$(CONFIG_IPACK) += tpci200.o

1
hw/ipack/meson.build Normal file
View File

@ -0,0 +1 @@
softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipack.c', 'tpci200.c'))

View File

@ -1,4 +1,5 @@
subdir('core')
subdir('ipack')
subdir('ipmi')
subdir('isa')
subdir('mem')