From: t_jeang Date: Tue, 6 Jan 2009 12:05:56 +0000 (+0000) Subject: imported patch vsyscall-avoid-rebuild X-Git-Tag: hg-ignore X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d47e82e9457d3ac9962b554346b3197631cc6d2c;p=xenclient%2Fkernel.git imported patch vsyscall-avoid-rebuild --- diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 03afdd79..a771e608 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -50,7 +50,7 @@ obj-$(CONFIG_XEN) += fixup.o # Note: kbuild does not track this dependency due to usage of .incbin $(obj)/vsyscall.o: $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so targets += $(foreach F,int80 sysenter,vsyscall-$F.o vsyscall-$F.so) -targets += vsyscall-note.o vsyscall.lds +targets += $(vsyscall_note) vsyscall.lds # The DSO images are built using a special linker script. quiet_cmd_syscall = SYSCALL $@