forked from PAWPAW-Mirror/lib_xua
Add xmosdfu Raspberry Pi makefile and rename directory from "xmos_dfu_osx" to "xmosdfu"
This commit is contained in:
8
module_dfu/host/xmosdfu/Makefile.Pi
Normal file
8
module_dfu/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 xmosdfu.cpp
|
||||
Reference in New Issue
Block a user