Add a Linux makefile for xmosdfu
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
*.log
|
||||
xmosdfu
|
||||
xmosdfu.*
|
||||
module_dfu/host/xmosdfu/xmosdfu
|
||||
*.dSYM
|
||||
*/.build_*/*
|
||||
*/bin/*
|
||||
*.o
|
||||
|
||||
2
module_dfu/host/xmosdfu/Makefile.Linux32
Normal file
2
module_dfu/host/xmosdfu/Makefile.Linux32
Normal file
@@ -0,0 +1,2 @@
|
||||
all:
|
||||
g++ -m32 -Wall -g -o xmosdfu xmosdfu.cpp -Ilibusb/Linux32 -lusb-1.0
|
||||
2
module_dfu/host/xmosdfu/Makefile.Linux64
Normal file
2
module_dfu/host/xmosdfu/Makefile.Linux64
Normal file
@@ -0,0 +1,2 @@
|
||||
all:
|
||||
g++ -Wall -g -o xmosdfu xmosdfu.cpp -Ilibusb/Linux32 -lusb-1.0
|
||||
1233
module_dfu/host/xmosdfu/libusb/Linux32/libusb.h
Normal file
1233
module_dfu/host/xmosdfu/libusb/Linux32/libusb.h
Normal file
File diff suppressed because it is too large
Load Diff
1233
module_dfu/host/xmosdfu/libusb/Linux64/libusb.h
Normal file
1233
module_dfu/host/xmosdfu/libusb/Linux64/libusb.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user