hw/cpu: core.c can be compiled as common object
commit3b954105074b6e8ba38b609007a4c0a2f76e4d71
authorThomas Huth <thuth@redhat.com>
Thu, 8 Jun 2017 13:18:54 +0000 (8 15:18 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jun 2017 02:02:55 +0000 (9 12:02 +1000)
treeb5edfcacfea45878cf3e62386ae2d5a43cc6f02c
parent4871dd4c3f70f528147f426fe42676b4193cb3b7
hw/cpu: core.c can be compiled as common object

There does not seem to be any target specific code in core.c, so we can
put it into "common-obj" instead of "obj" to compile it only once for
all targets.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/cpu/Makefile.objs