Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: db98e0b434a6265c451ffe94ec0a29b8d0aaf587 authored by Linus Torvalds on 16 March 2007, 00:20:01 UTC
Linux 2.6.21-rc4
Tip revision: db98e0b
Makefile
#
# Makefile for the Sega Saturn specific parts of the kernel
#

obj-y	 := setup.o io.o irq.o

obj-$(CONFIG_SMP) += smp.o

back to top