qemu-patch-raspberry4/hw/mem/Makefile.objs
Paolo Bonzini 7320c8b4ae 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>
2019-10-22 09:38:42 +02:00

4 lines
111 B
Makefile

common-obj-$(CONFIG_DIMM) += pc-dimm.o
common-obj-y += memory-device.o
common-obj-$(CONFIG_NVDIMM) += nvdimm.o