mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
#
|
||
|
# Makefile for the Sega Saturn specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o io.o irq.o
|
||
|
|
||
|
obj-$(CONFIG_SMP) += smp.o
|
||
|
|