On 1/10/23 08:43, Philippe Mathieu-Daudé wrote:
First we want to introduce a new "cpu.h" header in the "hw/arm/"
namespace;
Do we? Is that really the best name (not having seen its contents).
second we would like to get rid of '-I target/$ARCH/'
in the CPPFLAGS.
Use the full path to "cpu.h":
First we want to introduce a new "cpu.h" header in the "hw/arm/"
namespace; second we would like to get rid of '-I target/$ARCH/'
in the CPPFLAGS.
Use the full path to "cpu.h": "target/arm/cpu.h".
Signed-off-by: Philippe Mathieu-Daudé
---
include/hw/arm/digic.h | 2 +-
include/hw/arm/fsl-im