Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65365
b: refs/heads/master
c: cde82b4
h: refs/heads/master
i:
  65363: 75900a0
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent fcda22f commit 65ae945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a60b778b5a813c6b3663db9244f5a886f0f91027
refs/heads/master: cde82b404831aecccf2a1828b2dc643e0ac0e7ce
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ obj-$(CONFIG_X86_NUMAQ) += numaq.o
obj-$(CONFIG_X86_SUMMIT_NUMA) += summit.o
obj-$(CONFIG_KPROBES) += kprobes.o
obj-$(CONFIG_MODULES) += module_32.o
obj-y += sysenter.o vsyscall.o
obj-y += sysenter.o vsyscall_32.o
obj-$(CONFIG_ACPI_SRAT) += srat_32.o
obj-$(CONFIG_EFI) += efi_32.o efi_stub_32.o
obj-$(CONFIG_DOUBLEFAULT) += doublefault.o
Expand All @@ -47,10 +47,10 @@ obj-y += pcspeaker.o

obj-$(CONFIG_SCx200) += scx200.o

# vsyscall.o contains the vsyscall DSO images as __initdata.
# vsyscall_32.o contains the vsyscall DSO images as __initdata.
# We must build both images before we can assemble it.
# Note: kbuild does not track this dependency due to usage of .incbin
$(obj)/vsyscall.o: $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so
$(obj)/vsyscall_32.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_32.lds

Expand Down
File renamed without changes.

0 comments on commit 65ae945

Please sign in to comment.