diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:02:16 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:34:11 -0500 |
commit | 7237c033b02fe295880435f1eb80819a0c987532 (patch) | |
tree | c5fdba3041052213880ed6a22ac4500f326a5e68 /drivers/Makefile | |
parent | 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (diff) | |
download | u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.zip u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.tar.gz u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.tar.bz2 |
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 0f84969..b191018 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -50,7 +50,8 @@ COBJS = 3c589.o 5701rls.o ali512x.o \ videomodes.o w83c553f.o \ ks8695eth.o \ pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o \ - rpx_pcmcia.o + rpx_pcmcia.o \ + fsl_i2c.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |