On 03/20/2017 03:37 AM, Rob Herring wrote:
On Thu, Mar 16, 2017 at 8:34 AM, Emil Velikov wrote:
On 13 March 2017 at 22:36, Mauro Rossi wrote:
2017-03-13 14:00 GMT+01:00 Emil Velikov :
On 12 March 2017 at 23:01, Mauro Rossi wrote:
Automake generation rules are replicated for android.
$*
On Thu, Mar 16, 2017 at 8:34 AM, Emil Velikov wrote:
> On 13 March 2017 at 22:36, Mauro Rossi wrote:
>> 2017-03-13 14:00 GMT+01:00 Emil Velikov :
>>>
>>> On 12 March 2017 at 23:01, Mauro Rossi wrote:
>>> > Automake generation rules are replicated for android.
>>> > $* macro was expected to retur
On 13 March 2017 at 22:36, Mauro Rossi wrote:
> 2017-03-13 14:00 GMT+01:00 Emil Velikov :
>>
>> On 12 March 2017 at 23:01, Mauro Rossi wrote:
>> > Automake generation rules are replicated for android.
>> > $* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
>> > so $(basename $*)
2017-03-13 14:00 GMT+01:00 Emil Velikov :
> On 12 March 2017 at 23:01, Mauro Rossi wrote:
> > Automake generation rules are replicated for android.
> > $* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
> > so $(basename $*) is used as a workaround
> > to set the correct --chipse
Acked-by: Robert Bragg
On Sun, Mar 12, 2017 at 11:01 PM, Mauro Rossi wrote:
> Automake generation rules are replicated for android.
> $* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
> so $(basename $*) is used as a workaround
> to set the correct --chipset option for brw_oa.p
On 12 March 2017 at 23:01, Mauro Rossi wrote:
> Automake generation rules are replicated for android.
> $* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
> so $(basename $*) is used as a workaround
> to set the correct --chipset option for brw_oa.py script.
>
> Build tested with
Reviewed-by: Tapani Pälli
On 03/13/2017 01:01 AM, Mauro Rossi wrote:
Automake generation rules are replicated for android.
$* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
so $(basename $*) is used as a workaround
to set the correct --chipset option for brw_oa.py script.
Bui
Automake generation rules are replicated for android.
$* macro was expected to return "hsw" but instead gives "hsw.{h,c}"
so $(basename $*) is used as a workaround
to set the correct --chipset option for brw_oa.py script.
Build tested with nougat-x86
Fixes: e565505 "i965: Add script to gen code f