diff options
author | Larry Johnson <lrj@arlinx.com> | 2007-12-22 15:16:11 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:36 +0100 |
commit | 8eb52d5d982b764b39c88d9d1064d56c5397bfa5 (patch) | |
tree | 2afac3faba6ea59d46436855aea1a547a6567fe7 | |
parent | aba19604d848b2838cfb9ebe818909e6a216058e (diff) | |
download | u-boot-8eb52d5d982b764b39c88d9d1064d56c5397bfa5.zip u-boot-8eb52d5d982b764b39c88d9d1064d56c5397bfa5.tar.gz u-boot-8eb52d5d982b764b39c88d9d1064d56c5397bfa5.tar.bz2 |
Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
Signed-off-by: Larry Johnson <lrj@acm.org>
-rw-r--r-- | cpu/ppc4xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile index 9155e9a..178c5c6 100644 --- a/cpu/ppc4xx/Makefile +++ b/cpu/ppc4xx/Makefile @@ -43,6 +43,8 @@ COBJS += bedbug_405.o COBJS += commproc.o COBJS += cpu.o COBJS += cpu_init.o +COBJS += denali_data_eye.o +COBJS += denali_spd_ddr2.o COBJS += fdt.o COBJS += gpio.o COBJS += i2c.o |