diff options
author | Thomas Huth <thuth@redhat.com> | 2019-09-02 18:26:38 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 09:38:33 +0100 |
commit | 4030289a44bc5f3b4f728d080bda1678c171fb6e (patch) | |
tree | f4f3e9362155e5af4517fec6bd5c5586fadebd77 /tests | |
parent | 89ea03a7dc83ca36b670ba7f787802791fcb04b1 (diff) |
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 <thuth@redhat.com>
Message-Id: <20190902162638.28142-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions