Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.21 8 lines 123 B view raw
1# 2# Makefile for the Sega Saturn specific parts of the kernel 3# 4 5obj-y := setup.o io.o irq.o 6 7obj-$(CONFIG_SMP) += smp.o 8