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
|
||
|
|