Re: [PATCH 07/30] [build] Make sbitmap code available to the driver programs

2017-06-16 Thread Richard Biener
On Wed, Jun 14, 2017 at 4:35 PM, Richard Earnshaw (lists) wrote: > On 09/06/17 13:53, Richard Earnshaw wrote: >> >> The ARM option parsing code uses sbitmap data structures to manage >> features and upcoming patches will shortly need to use these bitmaps >> within the driver. This patch moves sbi

Re: [PATCH 07/30] [build] Make sbitmap code available to the driver programs

2017-06-14 Thread Richard Earnshaw (lists)
On 09/06/17 13:53, Richard Earnshaw wrote: > > The ARM option parsing code uses sbitmap data structures to manage > features and upcoming patches will shortly need to use these bitmaps > within the driver. This patch moves sbitmap.o from OBJS to > OBJS-libcommon to facilitate this. > > The patch