mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
memory-device: simplify Makefile.objs conditions
hw/mem/ is only included if CONFIG_MEM_DEVICE is true, so we need not specify the condition again in hw/mem/Makefile.objs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
common-obj-$(CONFIG_DIMM) += pc-dimm.o
|
||||
common-obj-$(CONFIG_MEM_DEVICE) += memory-device.o
|
||||
common-obj-y += memory-device.o
|
||||
common-obj-$(CONFIG_NVDIMM) += nvdimm.o
|
||||
|
||||
Reference in New Issue
Block a user