On 3/23/2017 1:03 AM, Ed Czeck wrote: > Enable Arkville on supported configurations > Add overview documentation > Minimum driver support for valid compile > Arkville PMD is not supported on ARM or PowerPC at this time > > v4: > * Address issues report from review > * Add internal comments on driver arg > * provide a bare-biones dev init to avoid compiler warnings > > v3: > * Split large patch into several smaller ones > > Signed-off-by: Ed Czeck <ed.cz...@atomicrules.com>
<...> > + > +LDLIBS += lpthread > +LDLIBS += ldl These needs to be with "-", otherwise giving build errors. LDLIBS += -lpthread LDLIBS += -ldl <...>