Message ID | 1469102786-65530-2-git-send-email-christophe.milard@linaro.org |
---|---|
State | Accepted |
Commit | b8c6689e4c81277067a2dd5f30598e0ddc7dc2c5 |
Headers | show |
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 >
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 >>
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 --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 \
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