Skip to content
Snippets Groups Projects
Commit 5a8320c4 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue
Browse files

src/Makefile.am: Include fastrpc headers on target


When running an OE make we want to make `bitbake populate_sdk` to include
relevant fastrpc headers to the path /usr/include/fastrpc.

Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Change-Id: I88727a653799601b8431d09fecb499b69f104202
parent bc36c705
No related branches found
No related tags found
No related merge requests found
...@@ -83,3 +83,5 @@ cdsprpcd_DEPENDENCIES = libcdsp_default_listener.la ...@@ -83,3 +83,5 @@ cdsprpcd_DEPENDENCIES = libcdsp_default_listener.la
cdsprpcd_CFLAGS = -I$(top_srcdir)/inc -DDEFAULT_DOMAIN_ID=3 cdsprpcd_CFLAGS = -I$(top_srcdir)/inc -DDEFAULT_DOMAIN_ID=3
cdsprpcd_LDADD = -ldl cdsprpcd_LDADD = -ldl
otherincludedir = $(includedir)/fastrpc
otherinclude_HEADERS = $(top_srcdir)/inc/*.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment