commit | 326c971d649e7548794a0b4a06330593b9fed3c3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Aug 01 16:41:48 2005 +0200 |
committer | Stefan Roese <stefan@debian.(none)> | Mon Aug 01 16:41:48 2005 +0200 |
tree | 0db7954a0b50e4b5f2a5da2e007ea82a965c6663 | |
parent | 157b4f8dab78bfa8fc707895284c2f227b6d7b14 [diff] [blame] |
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone. Patch by Steven Blakeslee, 27 Jul 2005
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile index a841109..5b16754 100644 --- a/cpu/ppc4xx/Makefile +++ b/cpu/ppc4xx/Makefile
@@ -31,7 +31,7 @@ bedbug_405.o commproc.o \ cpu.o cpu_init.o i2c.o interrupts.o \ miiphy.o miiphy_440.o sdram.o serial.o \ - spd_sdram.o speed.o traps.o + spd_sdram.o speed.o traps.o usb_ohci.o usbdev.o OBJS = $(AOBJS) $(COBJS)