mirror of https://github.com/thesofproject/sof.git
host: add missing include directories and library dependencies
This patch adds the missing paths for header files and libraries required for building the host testbench. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
fdd6bcc1b9
commit
65ddcddfcc
|
@ -3,9 +3,9 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||
SOF_INC = $(prefix)/include/sof
|
||||
DEFINE = -DSOF_INC=\"$(SOF_INC)\"
|
||||
|
||||
AM_CPPFLAGS = -I $(SOF_INC) $(SOF_INCDIR) $(DEFINE)
|
||||
AM_CPPFLAGS = -I $(SOF_INC) $(COMMON_INCDIR) $(DEFINE)
|
||||
AM_CFLAGS = -g -Wall
|
||||
AM_LDFLAGS = -L$(prefix)/lib
|
||||
AM_LDFLAGS = -L../ipc -L../audio/.libs
|
||||
|
||||
bin_PROGRAMS = testbench
|
||||
|
||||
|
|
Loading…
Reference in New Issue