aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/usb/Makefile.test
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-61/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-1/+1
| | | | | | | | MFC after: 3 days X-MFC-With: r259730 Notes: svn path=/head/; revision=259913
* Correctly list the usbloader dependencies.Hans Petter Selasky2013-02-081-2/+2
| | | | Notes: svn path=/head/; revision=246571
* Initial version of libusbboot, a fully stand-alone, single threaded andHans Petter Selasky2013-01-311-0/+61
functional compilation of the FreeBSD USB stack for use with boot loaders and such. Discussed with: Hiroki Sato, hrs @ EuroBSDCon Notes: svn path=/head/; revision=246145