raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
910 stars 229 forks source link

Improve portability (BSD) #25

Closed khorben closed 2 years ago

khorben commented 6 years ago

The two commits suggested here help build the project on platforms with libusb outside of the base system (like BSD ports) and a non-GNU make.

ghollingworth commented 6 years ago

What build systems have you tested this on? Mac, Windows (cygwin) and Linux?

Gordon

khorben commented 6 years ago

NetBSD, with GNU make and BSD make.

thesuperzapper commented 2 years ago

@khorben I have made PR https://github.com/raspberrypi/usbboot/pull/107 which does most of what this PR did (but rebased against the last 5 years of commits, lol)

khorben commented 2 years ago

@thesuperzapper thank you!