Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
U-Boot
Commits
4d75e0aa
Commit
4d75e0aa
authored
Aug 28, 2008
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
soft_i2c: move to drivers/i2c
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
717a2222
Changes
3
Hide whitespace changes
Inline
Side-by-side
common/Makefile
View file @
4d75e0aa
...
...
@@ -137,7 +137,6 @@ COBJS-$(CONFIG_BITBANGMII) += miiphybb.o
COBJS-y
+=
miiphyutil.o
COBJS-y
+=
s_record.o
COBJS-y
+=
serial.o
COBJS-$(CONFIG_SOFT_I2C)
+=
soft_i2c.o
COBJS-$(CONFIG_SOFT_SPI)
+=
soft_spi.o
ifdef
CONFIG_CMD_USB
COBJS-y
+=
usb.o
...
...
drivers/i2c/Makefile
View file @
4d75e0aa
...
...
@@ -29,6 +29,7 @@ COBJS-$(CONFIG_FSL_I2C) += fsl_i2c.o
COBJS-$(CONFIG_I2C_MXC)
+=
mxc_i2c.o
COBJS-$(CONFIG_DRIVER_OMAP1510_I2C)
+=
omap1510_i2c.o
COBJS-$(CONFIG_DRIVER_OMAP24XX_I2C)
+=
omap24xx_i2c.o
COBJS-$(CONFIG_SOFT_I2C)
+=
soft_i2c.o
COBJS-$(CONFIG_TSI108_I2C)
+=
tsi108_i2c.o
COBJS
:=
$
(
COBJS-y
)
...
...
common
/soft_i2c.c
→
drivers/i2c
/soft_i2c.c
View file @
4d75e0aa
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment