]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
Makefile: Move bootdevice.o to common-obj-y
authorThomas Huth <thuth@redhat.com>
Mon, 26 Jun 2017 05:22:57 +0000 (07:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jul 2017 12:39:27 +0000 (14:39 +0200)
commit5ddc64822b84b34f0ae68e9ed6e497ec35b51587
tree76a061e8f97b1da0a6145ae6ce62c8b665a3ea98
parent47507383c663b48af28e1428f782df5caad39441
Makefile: Move bootdevice.o to common-obj-y

There does not seem to be any target specific code in this file, 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>
Message-Id: <1498454578-18709-7-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.objs
Makefile.target
bootdevice.c