* [U-Boot-Users] [PATCH 4/4] PPC4xx: Add denali_data_eye.o and denali_spd_ddr2.o to Makefile
@ 2007-10-25 19:34 Larry Johnson
0 siblings, 0 replies; only message in thread
From: Larry Johnson @ 2007-10-25 19:34 UTC (permalink / raw)
To: u-boot
Signed-off-by: Larry Johnson <lrj@acm.org>
---
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile
index af9da5b..d6402d1 100644
--- a/cpu/ppc4xx/Makefile
+++ b/cpu/ppc4xx/Makefile
@@ -27,12 +27,31 @@ LIB = $(obj)lib$(CPU).a
START = start.o resetvec.o kgdb.o
SOBJS = dcr.o
-COBJS = 405gp_pci.o 440spe_pcie.o 4xx_enet.o \
- bedbug_405.o commproc.o \
- cpu.o cpu_init.o gpio.o i2c.o interrupts.o \
- miiphy.o ndfc.o sdram.o serial.o \
- 40x_spd_sdram.o 44x_spd_ddr.o 44x_spd_ddr2.o speed.o \
- tlb.o traps.o usb_ohci.o usb.o usbdev.o \
+COBJS = 405gp_pci.o \
+ 440spe_pcie.o \
+ 4xx_enet.o \
+ bedbug_405.o \
+ commproc.o \
+ cpu.o \
+ cpu_init.o \
+ denali_data_eye.o \
+ gpio.o \
+ i2c.o \
+ interrupts.o \
+ miiphy.o \
+ ndfc.o \
+ sdram.o \
+ serial.o \
+ 40x_spd_sdram.o \
+ 44x_spd_ddr.o \
+ 44x_spd_ddr2.o \
+ denali_spd_ddr2.o \
+ speed.o \
+ tlb.o \
+ traps.o \
+ usb_ohci.o \
+ usb.o \
+ usbdev.o \
440spe_pcie.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-25 19:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 19:34 [U-Boot-Users] [PATCH 4/4] PPC4xx: Add denali_data_eye.o and denali_spd_ddr2.o to Makefile Larry Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox