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
2020-08-21 06:30:30 -04:00
committed by Paolo Bonzini
parent a7b9b7d1d7
commit ae36d233d3
4 changed files with 2 additions and 3 deletions
-1
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)
-2
View File
@@ -1,2 +0,0 @@
common-obj-$(CONFIG_IPACK) += ipack.o
common-obj-$(CONFIG_IPACK) += tpci200.o
+1
View File
@@ -0,0 +1 @@
softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipack.c', 'tpci200.c'))
+1
View File
@@ -1,4 +1,5 @@
subdir('core')
subdir('ipack')
subdir('ipmi')
subdir('isa')
subdir('mem')