diff mbox

[API-NEXT,PATCHv3,01/18] linux-generic: Makefile: reintroducing lost change for drv

Message ID 1469102786-65530-2-git-send-email-christophe.milard@linaro.org
State Accepted
Commit b8c6689e4c81277067a2dd5f30598e0ddc7dc2c5
Headers show

Commit Message

Christophe Milard July 21, 2016, 12:06 p.m. UTC
The change done for commit id 1fcd2369be88a6f4f7a7a93e9bb315d0e65ab128
in the Makefile, and  delated after is reintroduced here.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

---
 platform/linux-generic/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.7.4

Comments

Anders Roxell July 21, 2016, 11:12 a.m. UTC | #1
On 21 July 2016 at 14:06, Christophe Milard
<christophe.milard@linaro.org> wrote:
> The change done for commit id 1fcd2369be88a6f4f7a7a93e9bb315d0e65ab128

> in the Makefile, and  delated after is reintroduced here.

>

> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

> ---

>  platform/linux-generic/Makefile.am | 4 ++++

>  1 file changed, 4 insertions(+)

>

> diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am

> index c8fd8cb..9ea6afa 100644

> --- a/platform/linux-generic/Makefile.am

> +++ b/platform/linux-generic/Makefile.am

> @@ -88,6 +88,10 @@ odpapiplatinclude_HEADERS = \

>                   $(srcdir)/include/odp/api/plat/traffic_mngr_types.h \

>                   $(srcdir)/include/odp/api/plat/version_types.h

>

> +odpdrvincludedir = $(includedir)/odp/drv

> +odpdrvinclude_HEADERS = \

> +                 $(srcdir)/include/odp/drv/compiler.h

> +


did we figure out which commit that removed this?

Cheers,
Anders

>  noinst_HEADERS = \

>                   ${srcdir}/include/odp_align_internal.h \

>                   ${srcdir}/include/odp_atomic_internal.h \

> --

> 2.7.4

>
Christophe Milard July 21, 2016, 11:16 a.m. UTC | #2
no. sadly. Maxim could not find it either. Just "gone"...

Christophe.

On 21 July 2016 at 13:12, Anders Roxell <anders.roxell@linaro.org> wrote:
> On 21 July 2016 at 14:06, Christophe Milard

> <christophe.milard@linaro.org> wrote:

>> The change done for commit id 1fcd2369be88a6f4f7a7a93e9bb315d0e65ab128

>> in the Makefile, and  delated after is reintroduced here.

>>

>> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

>> ---

>>  platform/linux-generic/Makefile.am | 4 ++++

>>  1 file changed, 4 insertions(+)

>>

>> diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am

>> index c8fd8cb..9ea6afa 100644

>> --- a/platform/linux-generic/Makefile.am

>> +++ b/platform/linux-generic/Makefile.am

>> @@ -88,6 +88,10 @@ odpapiplatinclude_HEADERS = \

>>                   $(srcdir)/include/odp/api/plat/traffic_mngr_types.h \

>>                   $(srcdir)/include/odp/api/plat/version_types.h

>>

>> +odpdrvincludedir = $(includedir)/odp/drv

>> +odpdrvinclude_HEADERS = \

>> +                 $(srcdir)/include/odp/drv/compiler.h

>> +

>

> did we figure out which commit that removed this?

>

> Cheers,

> Anders

>

>>  noinst_HEADERS = \

>>                   ${srcdir}/include/odp_align_internal.h \

>>                   ${srcdir}/include/odp_atomic_internal.h \

>> --

>> 2.7.4

>>
Maxim Uvarov July 21, 2016, 11:50 a.m. UTC | #3
On 07/21/16 14:16, Christophe Milard wrote:
> no. sadly. Maxim could not find it either. Just "gone"...

>

> Christophe.


right. That might be some merge commit but I was unable to see where 
exactly it's removed.

Maxim,
>

> On 21 July 2016 at 13:12, Anders Roxell <anders.roxell@linaro.org> wrote:

>> On 21 July 2016 at 14:06, Christophe Milard

>> <christophe.milard@linaro.org> wrote:

>>> The change done for commit id 1fcd2369be88a6f4f7a7a93e9bb315d0e65ab128

>>> in the Makefile, and  delated after is reintroduced here.

>>>

>>> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

>>> ---

>>>   platform/linux-generic/Makefile.am | 4 ++++

>>>   1 file changed, 4 insertions(+)

>>>

>>> diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am

>>> index c8fd8cb..9ea6afa 100644

>>> --- a/platform/linux-generic/Makefile.am

>>> +++ b/platform/linux-generic/Makefile.am

>>> @@ -88,6 +88,10 @@ odpapiplatinclude_HEADERS = \

>>>                    $(srcdir)/include/odp/api/plat/traffic_mngr_types.h \

>>>                    $(srcdir)/include/odp/api/plat/version_types.h

>>>

>>> +odpdrvincludedir = $(includedir)/odp/drv

>>> +odpdrvinclude_HEADERS = \

>>> +                 $(srcdir)/include/odp/drv/compiler.h

>>> +

>> did we figure out which commit that removed this?

>>

>> Cheers,

>> Anders

>>

>>>   noinst_HEADERS = \

>>>                    ${srcdir}/include/odp_align_internal.h \

>>>                    ${srcdir}/include/odp_atomic_internal.h \

>>> --

>>> 2.7.4

>>>
diff mbox

Patch

diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index c8fd8cb..9ea6afa 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -88,6 +88,10 @@  odpapiplatinclude_HEADERS = \
 		  $(srcdir)/include/odp/api/plat/traffic_mngr_types.h \
 		  $(srcdir)/include/odp/api/plat/version_types.h
 
+odpdrvincludedir = $(includedir)/odp/drv
+odpdrvinclude_HEADERS = \
+		  $(srcdir)/include/odp/drv/compiler.h
+
 noinst_HEADERS = \
 		  ${srcdir}/include/odp_align_internal.h \
 		  ${srcdir}/include/odp_atomic_internal.h \