diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-07-18 00:27:22 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-18 22:36:17 +0400 |
commit | 3fbc54165d7217abf62b871c0dd074e76ce0eb31 (patch) | |
tree | 9d6a782be91ec430645a48d562084d51cd141314 /arch | |
parent | 8c027ae2dcfa7b9130941a2a743c735c1fee04ee (diff) | |
download | linux-3fbc54165d7217abf62b871c0dd074e76ce0eb31.tar.xz |
[PATCH] x86: do not recompile boot for each build
Keep the arch/i386/boot directory from being rebuilt every time.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/Makefile b/arch/i386/boot/Makefile index 08678a0a3d19..93386a4e40b4 100644 --- a/arch/i386/boot/Makefile +++ b/arch/i386/boot/Makefile @@ -39,7 +39,7 @@ setup-y += printf.o string.o tty.o video.o version.o voyager.o setup-y += video-vga.o setup-y += video-vesa.o setup-y += video-bios.o - +targets += $(setup-y) hostprogs-y := tools/build HOSTCFLAGS_build.o := $(LINUXINCLUDE) |