From: Sam Ravnborg Date: Tue, 17 Jul 2007 20:27:22 +0000 (+0200) Subject: [PATCH] x86: do not recompile boot for each build X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3fbc54165d7217abf62b871c0dd074e76ce0eb31;p=openwrt%2Fstaging%2Fblogic.git [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 Signed-off-by: H. Peter Anvin --- 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)