mirror of https://github.com/thesofproject/sof.git
10 lines
115 B
Makefile
10 lines
115 B
Makefile
|
bin_PROGRAMS = sof-logger
|
||
|
|
||
|
sof_logger_SOURCES = \
|
||
|
logger.c \
|
||
|
convert.c
|
||
|
|
||
|
sof_logger_CFLAGS = \
|
||
|
-Wall \
|
||
|
-Werror
|