diff options
Diffstat (limited to 'arch/sh/boards/saturn/Makefile')
-rw-r--r-- | arch/sh/boards/saturn/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/boards/saturn/Makefile b/arch/sh/boards/saturn/Makefile new file mode 100644 index 00000000000..75a3042e252 --- /dev/null +++ b/arch/sh/boards/saturn/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the Sega Saturn specific parts of the kernel +# + +obj-y := setup.o io.o irq.o + +obj-$(CONFIG_SMP) += smp.o + |