Hi Anthony, > -----Original Message----- > From: Anthony PERARD <anthony.per...@citrix.com> > Subject: [XEN PATCH for-4.17] libs/light: Fix build, fix missing > _libxl_types_json.h > > Make may not have copied "_libxl_types_json.h" into $(XEN_INCLUDE) > before starting to build the different objects. > > Make sure that the generated headers are copied into $(XEN_INCLUDE) > before using them. This is achieved by telling make about which > headers are needed to use "libxl_internal.h" which use "libxl_json.h" > which uses "_libxl_types_json.h". "libxl_internal.h" also uses > "libxl.h" so add it to the list. > > This also prevent `gcc` from using a potentially installed headers > from a previous version of Xen. > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
Release-acked-by: Henry Wang <henry.w...@arm.com> Kind regards, Henry