Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b740f8d9 authored by Yamit Mehta's avatar Yamit Mehta Committed by Gerrit - the friendly Code Review server
Browse files

audio: qahw: Add LE makefile for QTI audio HAL

Add makefile for initial version of QTI audio hal.

Change-Id: I9dae0f17ec733137dbd95fe90064115b6c5d8fae
parent a0d653af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
SUBDIRS = hal
SUBDIRS = hal qahw_api
ACLOCAL_AMFLAGS = -I m4
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ AM_CONDITIONAL([PM_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_PM_SUPPORT = xtrue])
AC_CONFIG_FILES([ \
        Makefile \
        hal/Makefile \
        qahw_api/Makefile
        ])

AC_OUTPUT

qahw_api/Makefile.am

0 → 100644
+14 −0
Original line number Diff line number Diff line
AM_CFLAGS = -I $(top_srcdir)/qahw_api/inc

h_sources = inc/qahw_api.h \
            inc/qahw_defs.h

library_include_HEADERS = $(h_sources)
library_includedir = $(includedir)/mm-audio/qahw_api/inc

lib_LTLIBRARIES = libqahw.la
libqahw_la_SOURCES = src/qahw.c
libqahw_la_CFLAGS = $(AM_CFLAGS) -include stddef.h
libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\)
libqahw_la_LIBADD = -llog -lcutils -lhardware
libqahw_la_LDFLAGS = -module -shared -avoid-version