logger: added and updated logger makefiles

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
This commit is contained in:
Bartosz Kokoszko 2018-09-28 14:24:09 +02:00
parent 6157e899e2
commit 437de79ec0
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = rmbox topology SUBDIRS = logger rmbox topology
TESTDIR = topology/test TESTDIR = topology/test
tests: tests:

View File

@ -17,6 +17,7 @@ AC_PROG_CC
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
logger/Makefile
rmbox/Makefile rmbox/Makefile
topology/Makefile topology/Makefile
topology/common/Makefile topology/common/Makefile

4
logger/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
bin_PROGRAMS = sof_logger
sof_logger_SOURCES = \
logger.c