mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 19:53:59 +08:00
9a163ed8e0
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
9 lines
174 B
Makefile
9 lines
174 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
EXTRA_CFLAGS := -Iarch/x86/kernel
|
|
obj-y := setup.o voyager_basic.o voyager_thread.o
|
|
|
|
obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o
|