blob: 141b01fb8c6c1d7c79c437fbebc00cf50bb972c1 [file] [log] [blame]
Harald Welted09829d2017-02-27 22:58:59 +01001
Harald Welted8a003d2017-02-27 20:31:09 +01002C_FILES += $(C_LIBUSB_DFU)
Harald Welted09829d2017-02-27 22:58:59 +01003
4# Trace level used for compilation
5# (can be overriden by adding TRACE_LEVEL=#number to the command-line)
6# TRACE_LEVEL_DEBUG 5
7# TRACE_LEVEL_INFO 4
8# TRACE_LEVEL_WARNING 3
9# TRACE_LEVEL_ERROR 2
10# TRACE_LEVEL_FATAL 1
11# TRACE_LEVEL_NO_TRACE 0
12TRACE_LEVEL ?= 3