diff options
author | wdenk <wdenk> | 2003-09-13 19:01:12 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-13 19:01:12 +0000 |
commit | 531716e1710083f91d9fa351f89d18e271b5c577 (patch) | |
tree | b16f8f3683078ee64ac2b87c2f3c1c37c60f9a93 /cpu/mpc5xxx/Makefile | |
parent | b70e7a00c8bc6feb5f5718ba1c6d4fedb294483a (diff) | |
download | u-boot-imx-531716e1710083f91d9fa351f89d18e271b5c577.zip u-boot-imx-531716e1710083f91d9fa351f89d18e271b5c577.tar.gz u-boot-imx-531716e1710083f91d9fa351f89d18e271b5c577.tar.bz2 |
* Patch by David Müller, 13 Sep 2003:
various changes to VCMA9 board specific files
* Add I2C support for MGT5100 / MPC5200
Diffstat (limited to 'cpu/mpc5xxx/Makefile')
-rw-r--r-- | cpu/mpc5xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/Makefile b/cpu/mpc5xxx/Makefile index 74ec64c..a65bc22 100644 --- a/cpu/mpc5xxx/Makefile +++ b/cpu/mpc5xxx/Makefile @@ -27,7 +27,7 @@ LIB = lib$(CPU).a START = start.o ASOBJS = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o -OBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \ +OBJS = i2c.o traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \ loadtask.o fec.o pci_mpc5200.o all: .depend $(START) $(ASOBJS) $(LIB) |