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:
parent
a7b9b7d1d7
commit
ae36d233d3
@ -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)
|
||||
|
@ -1,2 +0,0 @@
|
||||
common-obj-$(CONFIG_IPACK) += ipack.o
|
||||
common-obj-$(CONFIG_IPACK) += tpci200.o
|
1
hw/ipack/meson.build
Normal file
1
hw/ipack/meson.build
Normal file
@ -0,0 +1 @@
|
||||
softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipack.c', 'tpci200.c'))
|
@ -1,4 +1,5 @@
|
||||
subdir('core')
|
||||
subdir('ipack')
|
||||
subdir('ipmi')
|
||||
subdir('isa')
|
||||
subdir('mem')
|
||||
|
Loading…
Reference in New Issue
Block a user