Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0124d78 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

[PATCH] x86-64: react to new topology.c location



Commit 9c869eda moved the i386 topology.c
file. That change broke x86-64 compiles, as it uses the same file.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5c1ca65c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ CFLAGS_vsyscall.o := $(PROFILING) -g0

bootflag-y			+= ../../i386/kernel/bootflag.o
cpuid-$(subst m,y,$(CONFIG_X86_CPUID))  += ../../i386/kernel/cpuid.o
topology-y                     += ../../i386/mach-default/topology.o
topology-y                     += ../../i386/kernel/topology.o
microcode-$(subst m,y,$(CONFIG_MICROCODE))  += ../../i386/kernel/microcode.o
intel_cacheinfo-y		+= ../../i386/kernel/cpu/intel_cacheinfo.o
quirks-y			+= ../../i386/kernel/quirks.o