]> Git Repo - qemu.git/commit
hw/misc: Mark most objects as "common" code to speed up compilation a litte bit
authorThomas Huth <[email protected]>
Mon, 2 Sep 2019 16:26:38 +0000 (18:26 +0200)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commit4030289a44bc5f3b4f728d080bda1678c171fb6e
treef4f3e9362155e5af4517fec6bd5c5586fadebd77
parent89ea03a7dc83ca36b670ba7f787802791fcb04b1
hw/misc: Mark most objects as "common" code to speed up compilation a litte bit

Most of the code in hw/misc/ does not directly depend on CPU-specific
code. Mark it as "common" so that the code can be shared between e.g.
qemu-system-arm and qemu-system-aarch64, or between the various mips
flavours, instead of recompiling it for each and every target again
and again.

Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20190902162638[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
hw/misc/Makefile.objs
This page took 0.02282 seconds and 4 git commands to generate.