forked from PAWPAW-Mirror/lib_xua
Initial move to lib structure
This commit is contained in:
8
host/xmosdfu/Makefile.Pi
Normal file
8
host/xmosdfu/Makefile.Pi
Normal file
@@ -0,0 +1,8 @@
|
||||
# Requires libusb, you can install with:
|
||||
# apt-get install libusb-1.0-0-dev
|
||||
#
|
||||
# Either run as administrator (sudo) or add a udev rule for the correct
|
||||
# vendor and product IDs
|
||||
|
||||
xmosdfu: xmosdfu.cpp
|
||||
g++ -D_GNU_SOURCE -Wall -g -o xmosdfu -Ilibusb/Rasp -lusb-1.0 -x c xmosdfu.cpp -std=c99
|
||||
Reference in New Issue
Block a user