]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/examples/bulkloop/Makefile
Drop fx2lib files we don't really need.
[sigrok-firmware-fx2lafw.git] / fx2lib / examples / bulkloop / Makefile
diff --git a/fx2lib/examples/bulkloop/Makefile b/fx2lib/examples/bulkloop/Makefile
deleted file mode 100644 (file)
index c5cb8c6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-FX2LIBDIR=../../
-BASENAME = bulkloop
-SOURCES=bulkloop.c
-A51_SOURCES=dscr.a51
-PID=0x1004
-
-include $(FX2LIBDIR)lib/fx2.mk
-
-
-test: test.cpp
-       g++ -o test test.cpp -lusb-1.0
-