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 v3.7-rc2 7 lines 122 B view raw
1# 2# Makefile for the kernel ISAPNP driver. 3# 4obj-y += pnp.o 5pnp-y := core.o compat.o 6 7pnp-$(CONFIG_PROC_FS) += proc.o