[go: up one dir, main page]

Menu

[4bb095]: / src / Makefile.am  Maximize  Restore  History

Download this file

12 lines (10 with data), 159 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
AM_CFLAGS = -Wall
bin_PROGRAMS = dfu-util
dfu_util_SOURCES = main.c \
dfu_load.c \
dfu_load.h \
dfu.c \
dfu.h \
usb_dfu.h \
quirks.c \
quirks.h