projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[linux-2.6]
/
drivers
/
pnp
/
pnpbios
/
Makefile
1
#
2
# Makefile for the kernel PNPBIOS driver.
3
#
4
5
pnpbios-proc-$(CONFIG_PNPBIOS_PROC_FS) = proc.o
6
7
obj-y := core.o bioscalls.o rsparser.o $(pnpbios-proc-y)
8
9
ifeq ($(CONFIG_PNP_DEBUG),y)
10
EXTRA_CFLAGS += -DDEBUG
11
endif