util: Introduce host-specific cpuinfo.h
commit44fc71687377bfcdfffa448bb41d228ef3caf46c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 May 2023 00:48:34 +0000 (17 17:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 May 2023 20:49:52 +0000 (23 13:49 -0700)
tree3d5340a74bfe13e131c3a30296d3c854e569ffe4
parentaa33508196f4e2da04625bee36e1f7be5b9267e7
util: Introduce host-specific cpuinfo.h

The entire contents of the header is host-specific, but the
existence of such a header is not, which could prevent some
host specific ifdefs at the top of the file for the include.

Add host/include/{arch,generic} to the project arguments.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/generic/host/cpuinfo.h [new file with mode: 0644]
meson.build