Skip to content

Commit

Permalink
[PATCH] x86: do not recompile boot for each build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sravnborg authored and H. Peter Anvin committed Jul 18, 2007
1 parent 8c027ae commit 3fbc541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fbc541

Please sign in to comment.