Message ID | 1446071191-62591-16-git-send-email-guangrong.xiao@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index ce6ce11..e28af50 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -37,6 +37,6 @@ stub-obj-y += vmstate.o stub-obj-$(CONFIG_WIN32) += fd-register.o stub-obj-y += cpus.o stub-obj-y += kvm.o -stub-obj-y += qmp_pc_dimm_device_list.o +stub-obj-y += qmp_dimm_device_list.o stub-obj-y += target-monitor-defs.o stub-obj-y += vhost.o
Rename qmp_pc_dimm_device_list.c to qmp_dimm_device_list.c Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com> --- stubs/Makefile.objs | 2 +- stubs/{qmp_pc_dimm_device_list.c => qmp_dimm_device_list.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stubs/{qmp_pc_dimm_device_list.c => qmp_dimm_device_list.c} (100%) diff --git a/stubs/qmp_pc_dimm_device_list.c b/stubs/qmp_dimm_device_list.c similarity index 100% rename from stubs/qmp_pc_dimm_device_list.c rename to stubs/qmp_dimm_device_list.c