boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
260 stars 158 forks source link

Build: add missing files in the Makefile for Mingw #85

Open canfoderiskii opened 5 years ago

canfoderiskii commented 5 years ago

Did some modification in Makefile.mingw.

For my personal usage, I also changed the MINGW32 to MINGW64 for linking with the objects generated by mingw-w64 toolchain in MSYS2 environment.

But in this pull request, I leave the MINGW32 unchanged.

Maybe it's a good idea that to add one more variable for 32-bit or 64bit selection.

tkisky commented 5 years ago

Sorry about the long delay. Can I have a "Signed-off-by"?

canfoderiskii commented 5 years ago

@tkisky for sure

tkisky commented 5 years ago

Can you show how you'd like it to read ?

canfoderiskii commented 5 years ago

@tkisky sorry, I don't understand what you mean. To read what? What should I show?

tkisky commented 5 years ago

ie.

Signed-off-by: Joe Canfoderiskii joe.canfoderiskii@gmail.com

canfoderiskii commented 5 years ago

@tkisky Just do whatever you like, is it okay? I don't wanna expose my real name and email address.