1
0
Fork 0

i386: Fix leak of ../kernel from top level

Fix a compile error when the directory above the kernel source contains
a file named "kernel".  Originally from Ben LaHaise, modified based on
feedback from Sam Ravnborg

Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Ben LaHaise <bcrl@kvack.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Andi Kleen 2007-09-11 14:02:12 +02:00 committed by Linus Torvalds
parent 2966c6a03e
commit 9863b78a1a
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# Makefile for the generic architecture
#
EXTRA_CFLAGS += -I../kernel
EXTRA_CFLAGS := -Iarch/i386/kernel
obj-y := probe.o summit.o bigsmp.o es7000.o default.o ../mach-es7000/

View File

@ -2,7 +2,7 @@
# Makefile for the linux kernel.
#
EXTRA_CFLAGS += -I../kernel
EXTRA_CFLAGS := -Iarch/i386/kernel
obj-y := setup.o voyager_basic.o voyager_thread.o
obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o