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