]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
imported patch vsyscall-avoid-rebuild hg-ignore
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)
arch/i386/kernel/Makefile

index 03afdd79522a3257d7eebdba9c60eccc669a84f0..a771e608f7a9dd834dd0e362103e3ed129919beb 100644 (file)
@@ -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 $@