Re: [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc

2022-11-02 Thread Laurent Vivier
Le 26/10/2022 à 01:50, Philippe Mathieu-Daudé a écrit : We use the .h.inc extension to include C headers. To be consistent with the rest of the codebase, rename the C headers using the .def extension. IDE/tools using our .editorconfig / .gitattributes will leverage this consistency. Signed-off-

Re: [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc

2022-10-26 Thread Bastian Koppelmann
On Wed, Oct 26, 2022 at 01:50:06AM +0200, Philippe Mathieu-Daudé wrote: > We use the .h.inc extension to include C headers. To be consistent > with the rest of the codebase, rename the C headers using the .def > extension. > > IDE/tools using our .editorconfig / .gitattributes will leverage > this

[PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc

2022-10-25 Thread Philippe Mathieu-Daudé
We use the .h.inc extension to include C headers. To be consistent with the rest of the codebase, rename the C headers using the .def extension. IDE/tools using our .editorconfig / .gitattributes will leverage this consistency. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/{csfr.def