Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 437de79

Browse files
committed
logger: added and updated logger makefiles
Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
1 parent 6157e89 commit 437de79

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = rmbox topology
1+
SUBDIRS = logger rmbox topology
22
TESTDIR = topology/test
33

44
tests:

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ AC_PROG_CC
1717

1818
AC_OUTPUT([
1919
Makefile
20+
logger/Makefile
2021
rmbox/Makefile
2122
topology/Makefile
2223
topology/common/Makefile

logger/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bin_PROGRAMS = sof_logger
2+
3+
sof_logger_SOURCES = \
4+
logger.c

0 commit comments

Comments
 (0)