Re: [PATCH 3/5] add eboot.o and efi_stub_$(BITS).o to $(targets)

2012-12-09 Thread Michal Marek
Added x...@kernel.org. On 18.11.2012 21:05, pefol...@verizon.net wrote: > From: Peter Foley > > eboot.o and efi_stub_$(BITS).o are not in $(targets) so they are rebuilt > every time make is invoked. Add them to $(targets) to prevent unnecessary > rebuilding of bzImage. > > Signed-off-by: Peter

Re: [PATCH 3/5] add eboot.o and efi_stub_$(BITS).o to $(targets)

2012-12-09 Thread Michal Marek
Added x...@kernel.org. On 18.11.2012 21:05, pefol...@verizon.net wrote: From: Peter Foley pefol...@verizon.net eboot.o and efi_stub_$(BITS).o are not in $(targets) so they are rebuilt every time make is invoked. Add them to $(targets) to prevent unnecessary rebuilding of bzImage.

[PATCH 3/5] add eboot.o and efi_stub_$(BITS).o to $(targets)

2012-11-18 Thread pefoley2
From: Peter Foley eboot.o and efi_stub_$(BITS).o are not in $(targets) so they are rebuilt every time make is invoked. Add them to $(targets) to prevent unnecessary rebuilding of bzImage. Signed-off-by: Peter Foley --- arch/x86/boot/compressed/Makefile | 2 +- 1 file changed, 1 insertion(+),

[PATCH 3/5] add eboot.o and efi_stub_$(BITS).o to $(targets)

2012-11-18 Thread pefoley2
From: Peter Foley pefol...@verizon.net eboot.o and efi_stub_$(BITS).o are not in $(targets) so they are rebuilt every time make is invoked. Add them to $(targets) to prevent unnecessary rebuilding of bzImage. Signed-off-by: Peter Foley pefol...@verizon.net --- arch/x86/boot/compressed/Makefile