Re: [XEN PATCH v6 02/31] build: introduce cpp_flags macro

2021-07-12 Thread Anthony PERARD
On Wed, Jul 07, 2021 at 04:18:18PM +0200, Jan Beulich wrote: > On 01.07.2021 16:09, Anthony PERARD wrote: > > xen/Rules.mk| 7 +-- > > xen/arch/x86/mm/Makefile| 2 +- > > xen/arch/x86/mm/hap/Makefile| 2 +- > > xen/arch/x86/mm/shadow/Makefile | 2 +- > > 4 files

Re: [XEN PATCH v6 02/31] build: introduce cpp_flags macro

2021-07-07 Thread Jan Beulich
On 01.07.2021 16:09, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD > --- > > Notes: > v6: > - switch to a macro as suggested > which allows to be used with both a_flags and c_flags > > v5: > - new patch > > xen/Rules.mk| 7 +-- > xen/ar