[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(+), 1

[PATCH 4/5] silence 'arch/x86/realmode/rm/realmode.bin' is up to date message

2012-11-18 Thread pefoley2
From: Peter Foley Since realmode.bin is in $(always) the recursive make from the realmode directory does not need to specify a specific target. Remove the realmode.bin target to eliminate the 'up to date' message. Signed-off-by: Peter Foley --- arch/x86/realmode/Makefile | 2 +- 1 file changed

[PATCH 1/5] kbuild: remove deprecated use of defined in timeconst.pl

2012-11-18 Thread pefoley2
From: Peter Foley Fix this warning by removing a unneeded use of defined TIMEC kernel/timeconst.h defined(@array) is deprecated at kernel/timeconst.pl line 373. (Maybe you should just omit the defined()?) Signed-off-by: Peter Foley --- kernel/timeconst.pl | 2 +- 1 file changed, 1 i

[PATCH 5/5] x86: add dummy rules to avoid 'nothing to be done' messages

2012-11-18 Thread pefoley2
From: Peter Foley Add do-nothing rules to archheaders and archscripts targets to avoid 'nothing to be done' messages. Signed-off-by: Peter Foley --- arch/x86/syscalls/Makefile | 1 + arch/x86/tools/Makefile| 1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/syscalls/Makefile b/a

[PATCH 2/5] kbuild: silence rule for extra_certificates

2012-11-18 Thread pefoley2
From: Peter Foley Silence the touch extra_certificates command Signed-off-by: Peter Foley --- kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index 86e3285..18a0b61 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -137,