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.19-rc4 10 lines 214 B view raw
1# 2# Makefile for Linux arch/m68k/atari source directory 3# 4 5obj-y := config.o time.o debug.o ataints.o stdma.o \ 6 atasound.o stram.o atari_ksyms.o 7 8ifeq ($(CONFIG_PCI),y) 9obj-$(CONFIG_HADES) += hades-pci.o 10endif