Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-03-18 Thread Masahiro Yamada
Hi Luis, 2017-03-17 2:55 GMT+09:00 Luis R. Rodriguez : > On Thu, Mar 16, 2017 at 10:43 AM, Masahiro Yamada > wrote: >> Hi Luis, >> >> 2017-03-15 9:53 GMT+09:00 Luis R. Rodriguez : >>> On Sat, Mar 11, 2017 at 02:37:02PM +0900, Masahiro Yamada wrote: Hi Luis, 2017-01-24 0:07 GMT

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-03-16 Thread Luis R. Rodriguez
On Thu, Mar 16, 2017 at 10:43 AM, Masahiro Yamada wrote: > Hi Luis, > > 2017-03-15 9:53 GMT+09:00 Luis R. Rodriguez : >> On Sat, Mar 11, 2017 at 02:37:02PM +0900, Masahiro Yamada wrote: >>> Hi Luis, >>> >>> >>> 2017-01-24 0:07 GMT+09:00 Luis R. Rodriguez : >>> > If you modify the target asm we cur

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-03-16 Thread Masahiro Yamada
Hi Luis, 2017-03-15 9:53 GMT+09:00 Luis R. Rodriguez : > On Sat, Mar 11, 2017 at 02:37:02PM +0900, Masahiro Yamada wrote: >> Hi Luis, >> >> >> 2017-01-24 0:07 GMT+09:00 Luis R. Rodriguez : >> > If you modify the target asm we currently do not force the >> > recompilation of the firmware files. The

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-03-14 Thread Luis R. Rodriguez
On Sat, Mar 11, 2017 at 02:37:02PM +0900, Masahiro Yamada wrote: > Hi Luis, > > > 2017-01-24 0:07 GMT+09:00 Luis R. Rodriguez : > > If you modify the target asm we currently do not force the > > recompilation of the firmware files. The target asm is in > > the firmware/Makefile, peg this file as

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-03-10 Thread Masahiro Yamada
Hi Luis, 2017-01-24 0:07 GMT+09:00 Luis R. Rodriguez : > If you modify the target asm we currently do not force the > recompilation of the firmware files. The target asm is in > the firmware/Makefile, peg this file as a dependency to > require re-compilation of firmware targets when the asm > cha

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-02-21 Thread Luis R. Rodriguez
On Tue, Feb 14, 2017 at 08:34:15PM +0100, Luis R. Rodriguez wrote: > On Mon, Feb 06, 2017 at 11:03:52PM +0100, Luis R. Rodriguez wrote: > > On Mon, Jan 23, 2017 at 07:07:27AM -0800, Luis R. Rodriguez wrote: > > > If you modify the target asm we currently do not force the > > > recompilation of the

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-02-14 Thread Luis R. Rodriguez
On Mon, Feb 06, 2017 at 11:03:52PM +0100, Luis R. Rodriguez wrote: > On Mon, Jan 23, 2017 at 07:07:27AM -0800, Luis R. Rodriguez wrote: > > If you modify the target asm we currently do not force the > > recompilation of the firmware files. The target asm is in > > the firmware/Makefile, peg this fi

Re: [PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-02-06 Thread Luis R. Rodriguez
On Mon, Jan 23, 2017 at 07:07:27AM -0800, Luis R. Rodriguez wrote: > If you modify the target asm we currently do not force the > recompilation of the firmware files. The target asm is in > the firmware/Makefile, peg this file as a dependency to > require re-compilation of firmware targets when the

[PATCH v2] firmware/Makefile: force recompilation if makefile changes

2017-01-23 Thread Luis R. Rodriguez
If you modify the target asm we currently do not force the recompilation of the firmware files. The target asm is in the firmware/Makefile, peg this file as a dependency to require re-compilation of firmware targets when the asm changes. Signed-off-by: Luis R. Rodriguez --- Michal, I had this p