portaudio: Pass down TARGET_CPPFLAGS only build what is necessary
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 7 Jul 2017 22:56:37 +0000 (15:56 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 7 Jul 2017 22:56:37 +0000 (15:56 -0700)
commit89c49a64c779b8bf88212172e5b7cbdae525c427
tree1e4433679bb1ad82bb19d15198600454329c1f78
parente80d4041cfd98406de7297c8f25f06f45ae62900
portaudio: Pass down TARGET_CPPFLAGS only build what is necessary

We were not correctly passing down TARGET_CPPFLAGS which made external
toolchains not automatically searching for headers in $(STAGING_DIR) to
fail the build. We are also just packaging the library and headers, so
we do not need to build the tests and selftests.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
sound/portaudio/Makefile