Re: [PATCH v2 05/30] pylibfdt: Allow building on Windows

2023-04-30 Thread Bin Meng
Hi Simon, On Sun, Apr 30, 2023 at 9:30 AM Simon Glass wrote: > > Handle the different shared-object extension with MSYS2 by creating a new > SOEXT variable. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use LIBEXT instead of SOEXT > > Makefile | 11 +++

[PATCH v2 05/30] pylibfdt: Allow building on Windows

2023-04-29 Thread Simon Glass
Handle the different shared-object extension with MSYS2 by creating a new SOEXT variable. Signed-off-by: Simon Glass --- Changes in v2: - Use LIBEXT instead of SOEXT Makefile | 11 +++ scripts/dtc/pylibfdt/Makefile | 16 +--- 2 files changed, 20 inserti