> On 23 May 2023, at 17:38, Anthony PERARD <anthony.per...@citrix.com> wrote: > > In xen/, it isn't necessary to include Config.mk in every Makefile in > subdirectories as nearly all necessary variables should be calculated > in xen/Makefile. But some Makefile make use of the macro $(cc-option,) > that is only available in Config.mk. > > Extract $(cc-option,) from Config.mk so we can use it without > including Config.mk and thus without having to recalculate some CFLAGS > which would be ignored. > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> Reviewed-by: Luca Fancellu <luca.fance...@arm.com> Tested-by: Luca Fancellu <luca.fance...@arm.com>
- [XEN PATCH 05/15] build: introduce a generic command for gz... Anthony PERARD
- Re: [XEN PATCH 05/15] build: introduce a generic comma... Jan Beulich
- Re: [XEN PATCH 05/15] build: introduce a generic c... Anthony PERARD
- [XEN PATCH 11/15] build: rename CFLAGS to XEN_CFLAGS in xen... Anthony PERARD
- [XEN PATCH 14/15] Config.mk: move $(cc-option, ) to config/... Anthony PERARD
- Re: [XEN PATCH 14/15] Config.mk: move $(cc-option, ) t... Luca Fancellu
- Re: [XEN PATCH 14/15] Config.mk: move $(cc-option, ) t... Jan Beulich
- [XEN PATCH 15/15] build: remove Config.mk include from Rule... Anthony PERARD
- [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS) Anthony PERARD
- Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN... Luca Fancellu
- Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $... Luca Fancellu
- [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Anthony PERARD
- Re: [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Luca Fancellu