Re: [PATCH 2/2] system: Restrict libpmem and libdaxctl CPPFLAGS to physmem.c

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 19:55, BALATON Zoltan wrote: On Thu, 12 Dec 2024, Philippe Mathieu-Daudé wrote: On 12/12/24 14:11, BALATON Zoltan wrote: On Thu, 12 Dec 2024, Philippe Mathieu-Daudé wrote: Only physmem.c includes libpmem and libdaxctl headers. No need to pass them to all system_ss[] files. I thin

Re: [PATCH 2/2] system: Restrict libpmem and libdaxctl CPPFLAGS to physmem.c

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 15:00, Philippe Mathieu-Daudé wrote: On 12/12/24 14:11, BALATON Zoltan wrote: On Thu, 12 Dec 2024, Philippe Mathieu-Daudé wrote: Only physmem.c includes libpmem and libdaxctl headers. No need to pass them to all system_ss[] files. I think doing this patch first would leave the oth

Re: [PATCH 2/2] system: Restrict libpmem and libdaxctl CPPFLAGS to physmem.c

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 14:11, BALATON Zoltan wrote: On Thu, 12 Dec 2024, Philippe Mathieu-Daudé wrote: Only physmem.c includes libpmem and libdaxctl headers. No need to pass them to all system_ss[] files. I think doing this patch first would leave the other one unnecessary so This one is about libpmem

[PATCH 2/2] system: Restrict libpmem and libdaxctl CPPFLAGS to physmem.c

2024-12-12 Thread Philippe Mathieu-Daudé
Only physmem.c includes libpmem and libdaxctl headers. No need to pass them to all system_ss[] files. Signed-off-by: Philippe Mathieu-Daudé --- system/meson.build | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system/meson.build b/system/meson.build index f7e2c8b826f.