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
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
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
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
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,
5 matches
Mail list logo