mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

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>
3 lines
111 B
Text
3 lines
111 B
Text
common-obj-$(CONFIG_DIMM) += pc-dimm.o
|
|
common-obj-y += memory-device.o
|
|
common-obj-$(CONFIG_NVDIMM) += nvdimm.o
|