Skip to content

Commit 3fbc541

Browse files
sravnborgH. Peter Anvin
authored andcommitted
[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 <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 8c027ae commit 3fbc541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/i386/boot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ setup-y += printf.o string.o tty.o video.o version.o voyager.o
3939
setup-y += video-vga.o
4040
setup-y += video-vesa.o
4141
setup-y += video-bios.o
42-
42+
targets += $(setup-y)
4343
hostprogs-y := tools/build
4444

4545
HOSTCFLAGS_build.o := $(LINUXINCLUDE)

0 commit comments

Comments
 (0)