576d1abc20
Now one just has the interperter, and the other has the basic types. Once there, add copyright boilerplate. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> -- Use GPL v2 or later. Detected by David.
14 lines
407 B
Makefile
14 lines
407 B
Makefile
common-obj-y += migration.o socket.o fd.o exec.o
|
|
common-obj-y += tls.o channel.o
|
|
common-obj-y += colo-comm.o colo.o colo-failover.o
|
|
common-obj-y += vmstate.o vmstate-types.o page_cache.o
|
|
common-obj-y += qemu-file.o
|
|
common-obj-y += qemu-file-channel.o
|
|
common-obj-y += xbzrle.o postcopy-ram.o
|
|
common-obj-y += qjson.o
|
|
|
|
common-obj-$(CONFIG_RDMA) += rdma.o
|
|
|
|
common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
|
|
|