summaryrefslogtreecommitdiff
path: root/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.include b/Makefile.include
index b81762ad..67eec529 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -91,16 +91,3 @@ int main(int argc, char **argv)
}
endef
export PCI_GET_DEV_TEST
-
-define LIBUSB1_TEST
-#include <stddef.h>
-#include <libusb.h>
-int main(int argc, char **argv)
-{
- (void)argc;
- (void)argv;
- libusb_init(NULL);
- return 0;
-}
-endef
-export LIBUSB1_TEST