Message ID | 1437384870-7800-1-git-send-email-stuart.haslam@linaro.org |
---|---|
State | Accepted |
Commit | c62924bc9eae5eacca1b463ee76929badd186c4a |
Headers | show |
That needs to be merged to v3 of your thrmask patches. Maxim. On 07/20/15 12:34, Stuart Haslam wrote: > Without these "make distcheck" fails. > > Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> > --- > platform/linux-generic/Makefile.am | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am > index bf29787..da2454c 100644 > --- a/platform/linux-generic/Makefile.am > +++ b/platform/linux-generic/Makefile.am > @@ -34,12 +34,14 @@ odpinclude_HEADERS = \ > $(srcdir)/include/odp/random.h \ > $(srcdir)/include/odp/rwlock.h \ > $(srcdir)/include/odp/schedule.h \ > + $(srcdir)/include/odp/schedule_types.h \ > $(srcdir)/include/odp/shared_memory.h \ > $(srcdir)/include/odp/spinlock.h \ > $(srcdir)/include/odp/std_types.h \ > $(srcdir)/include/odp/sync.h \ > $(srcdir)/include/odp/system_info.h \ > $(srcdir)/include/odp/thread.h \ > + $(srcdir)/include/odp/thrmask.h \ > $(srcdir)/include/odp/ticketlock.h \ > $(srcdir)/include/odp/time.h \ > $(srcdir)/include/odp/timer.h \ > @@ -64,6 +66,7 @@ odpplatinclude_HEADERS = \ > $(srcdir)/include/odp/plat/shared_memory_types.h \ > $(srcdir)/include/odp/plat/spinlock_types.h \ > $(srcdir)/include/odp/plat/strong_types.h \ > + $(srcdir)/include/odp/plat/thrmask_types.h \ > $(srcdir)/include/odp/plat/ticketlock_types.h \ > $(srcdir)/include/odp/plat/timer_types.h \ > $(srcdir)/include/odp/plat/version_types.h
On Mon, Jul 20, 2015 at 12:39:45PM +0300, Maxim Uvarov wrote: > That needs to be merged to v3 of your thrmask patches. > > Maxim. > Why? The failure is there without my patches, "make distcheck" on current api-next fails.
On 07/20/15 13:03, Stuart Haslam wrote: > On Mon, Jul 20, 2015 at 12:39:45PM +0300, Maxim Uvarov wrote: >> That needs to be merged to v3 of your thrmask patches. >> >> Maxim. >> > Why? The failure is there without my patches, "make distcheck" on > current api-next fails. > Ah, yes. Merged. Thanks, Maxim.
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index bf29787..da2454c 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -34,12 +34,14 @@ odpinclude_HEADERS = \ $(srcdir)/include/odp/random.h \ $(srcdir)/include/odp/rwlock.h \ $(srcdir)/include/odp/schedule.h \ + $(srcdir)/include/odp/schedule_types.h \ $(srcdir)/include/odp/shared_memory.h \ $(srcdir)/include/odp/spinlock.h \ $(srcdir)/include/odp/std_types.h \ $(srcdir)/include/odp/sync.h \ $(srcdir)/include/odp/system_info.h \ $(srcdir)/include/odp/thread.h \ + $(srcdir)/include/odp/thrmask.h \ $(srcdir)/include/odp/ticketlock.h \ $(srcdir)/include/odp/time.h \ $(srcdir)/include/odp/timer.h \ @@ -64,6 +66,7 @@ odpplatinclude_HEADERS = \ $(srcdir)/include/odp/plat/shared_memory_types.h \ $(srcdir)/include/odp/plat/spinlock_types.h \ $(srcdir)/include/odp/plat/strong_types.h \ + $(srcdir)/include/odp/plat/thrmask_types.h \ $(srcdir)/include/odp/plat/ticketlock_types.h \ $(srcdir)/include/odp/plat/timer_types.h \ $(srcdir)/include/odp/plat/version_types.h
Without these "make distcheck" fails. Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> --- platform/linux-generic/Makefile.am | 3 +++ 1 file changed, 3 insertions(+)