mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-22 00:55:23 -04:00
f51b19db34
Copied with the author's permission under LGPL-2.1 from usb-benchmark-project/host/benchmark.c in git://git.gnumonks.org/sam3u-tests.git commit 74959f7ee88f1597286cd435f312a8ff52c56b7e http://git.gnumonks.org/cgi-bin/gitweb.cgi?p=sam3u-tests.git;a=blob;f=usb-benchmark-project/host/benchmark.c;h=74959f7ee88f1597286cd435f312a8ff52c56b7e An Atmel SAM3U test firmware is also available in the above repository. Conflicts: .gitignore Signed-off-by: Hans de Goede <hdegoede@redhat.com>
20 lines
432 B
Makefile
20 lines
432 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/libusb
|
|
LDADD = ../libusb/libusb-1.0.la
|
|
|
|
noinst_PROGRAMS = listdevs xusb fxload hotplugtest
|
|
|
|
if HAVE_SIGACTION
|
|
noinst_PROGRAMS += dpfp
|
|
|
|
if THREADS_POSIX
|
|
dpfp_threaded_CFLAGS = $(AM_CFLAGS)
|
|
noinst_PROGRAMS += dpfp_threaded
|
|
endif
|
|
|
|
sam3u_benchmark_SOURCES = sam3u_benchmark.c
|
|
noinst_PROGRAMS += sam3u_benchmark
|
|
endif
|
|
|
|
fxload_SOURCES = ezusb.c ezusb.h fxload.c
|
|
fxload_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
|