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

Configure Feed

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

at v2.6.22-rc3 10 lines 262 B view raw
1# 2# Makefile for the Linux IEEE 1394 implementation 3# 4 5fw-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ 6 fw-device.o fw-cdev.o 7 8obj-$(CONFIG_FIREWIRE) += fw-core.o 9obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o 10obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o