repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
i2c
/
Makefile
blob
71c5a854ac5d646d31e03ad511ea5ceb00ef8af8
1
#
2
# Makefile for the i2c core.
3
#
4
5
obj-
$(
CONFIG_I2C
) +=
i2c-core.o
6
obj-
$(
CONFIG_I2C_CHARDEV
) +=
i2c-dev.o
7
obj-y
+=
busses
/
chips
/
algos
/
8
9
ifeq
($(
CONFIG_I2C_DEBUG_CORE
),
y
)
10
EXTRA_CFLAGS
+= -
DDEBUG
11
endif