mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 10:30:05 +07:00
9863b78a1a
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>
9 lines
175 B
Makefile
9 lines
175 B
Makefile
#
|
|
# Makefile for the linux 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
|