[Sound-open-firmware] [PATCH v5] [host-1.0] library: split SOF library into separate component libraries
Liam Girdwood
liam.r.girdwood at linux.intel.com
Wed Jan 10 22:17:47 CET 2018
On Wed, 2018-01-10 at 09:50 -0800, Ranjani Sridharan wrote:
> This patch enables creating a separate library per component and
> a common library for pipeline, buffer etc
>
> Signed-off-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
> ---
> configure.ac | 1 +
> src/Makefile.am | 7 +-
> src/arch/host/include/Makefile.am | 1 +
> src/arch/host/include/arch/Makefile.am | 8 +
> src/audio/Makefile.am | 909 +++++++++++++++++++++++++++++--
> src/include/reef/Makefile.am | 6 +-
> src/include/reef/audio/Makefile.am | 5 +-
> src/include/uapi/Makefile.am | 2 +-
> src/ipc/Makefile.am | 28 +-
> src/library/include/platform/Makefile.am | 4 +-
> src/math/Makefile.am | 22 +-
> 11 files changed, 941 insertions(+), 52 deletions(-)
> create mode 100644 src/arch/host/include/arch/Makefile.a
Could add something to README explaining the host build instructions.
Best to also redo tomorrow after I merge the make dist/install fixes
(as this will conflict a little).
Thanks
Liam
More information about the Sound-open-firmware
mailing list