Re: [lng-odp] [API-NEXT] linux-generic: makefile: fix distcheck failure

2015-09-16 Thread Maxim Uvarov
Merged, Maxim. On 09/17/15 02:06, Bill Fischofer wrote: On Wed, Sep 16, 2015 at 2:48 PM, Mike Holmes > wrote: Fixes https://bugs.linaro.org/show_bug.cgi?id=1813 make distcheck results in ../../../platform/linux-generic/include/odp_buffer_internal.h

Re: [lng-odp] [API-NEXT] linux-generic: makefile: fix distcheck failure

2015-09-16 Thread Bill Fischofer
On Wed, Sep 16, 2015 at 2:48 PM, Mike Holmes wrote: > Fixes https://bugs.linaro.org/show_bug.cgi?id=1813 > > make distcheck results in > ../../../platform/linux-generic/include/odp_buffer_internal.h:33:33: > fatal error: odp_config_internal.h: No such file or director > > Signed-off-by: Mike Holm

[lng-odp] [API-NEXT] linux-generic: makefile: fix distcheck failure

2015-09-16 Thread Mike Holmes
Fixes https://bugs.linaro.org/show_bug.cgi?id=1813 make distcheck results in ../../../platform/linux-generic/include/odp_buffer_internal.h:33:33: fatal error: odp_config_internal.h: No such file or director Signed-off-by: Mike Holmes --- platform/linux-generic/Makefile.am | 1 + 1 file changed,