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

2017-01-23 Thread Luis R. Rodriguez
On Mon, Jan 23, 2017 at 9:02 AM, Greg KH wrote: > On Mon, Jan 23, 2017 at 03:59:52PM +0100, Luis R. Rodriguez wrote: >> On Thu, Jan 19, 2017 at 11:15:07AM +0100, Greg KH wrote: >> > On Wed, Jan 18, 2017 at 09:31:56AM -0800, Luis R. Rodriguez wrote: >> > > If you modify the target asm we currently

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

2017-01-23 Thread Greg KH
On Mon, Jan 23, 2017 at 03:59:52PM +0100, Luis R. Rodriguez wrote: > On Thu, Jan 19, 2017 at 11:15:07AM +0100, Greg KH wrote: > > On Wed, Jan 18, 2017 at 09:31:56AM -0800, Luis R. Rodriguez wrote: > > > If you modify the target asm we currently do not force the > > > recompilation of the firmware f

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

2017-01-23 Thread Luis R. Rodriguez
On Thu, Jan 19, 2017 at 11:15:07AM +0100, Greg KH wrote: > On Wed, Jan 18, 2017 at 09:31:56AM -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 de

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

2017-01-19 Thread Greg KH
On Wed, Jan 18, 2017 at 09:31:56AM -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