Compiling imx-usb-loader for windows targets had become broken, fix it.
Signed-off-by: Maud Spierings <[email protected]>
---
Changes in v2:
- Extract the mingw pread implementation to a seperate file that only
gets used when mingw is the target.
- Link to v1:
https://lore.kernel.org/r/[email protected]
---
Maud Spierings (3):
scripts: imx: Makefile.mingw64: add _GNU_SOURCE
scripts: imx: add pread implementation for mingw target
gitignore: ignore *.exe
.gitignore | 1 +
scripts/imx/Makefile.mingw64 | 4 ++--
scripts/imx/pread.c | 25 +++++++++++++++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
---
base-commit: 3e01efb6c6527ca72a1213000006be1902db7be9
change-id: 20251128-imx_usb-410bbb57e068
Best regards,
--
Maud Spierings <[email protected]>