projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6]
/
drivers
/
pnp
/
isapnp
/
Makefile
1
#
2
# Makefile for the kernel ISAPNP driver.
3
#
4
5
isapnp-proc-$(CONFIG_PROC_FS) = proc.o
6
7
obj-y := core.o compat.o $(isapnp-proc-y)