summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-26 23:46:20 +0000
committerwdenk <wdenk>2004-02-26 23:46:20 +0000
commit80885a9d526b6b9666500d17ec7941b9dad8de44 (patch)
treef294ef9147fb7212a2072c614952a3417c53a89f /cpu/mpc5xxx/Makefile
parent0c852a2886fb51222f8fb07e6cde3b72fa4e566d (diff)
downloadtalos-obmc-uboot-80885a9d526b6b9666500d17ec7941b9dad8de44.tar.gz
talos-obmc-uboot-80885a9d526b6b9666500d17ec7941b9dad8de44.zip
* Patch by Markus Pietrek, 24 Feb 2004:
NS9750 DevBoard added * Patch by Pierre AUBERT, 24 Feb 2004 add USB support for MPC5200 * Patch by Steven Scholz, 24 Feb 2004: - fix MII commands to use values from last command * Patch by Torsten Demke, 24 Feb 2004: Add support for the eXalion platform (SPSW-8240, F-30, F-300)
Diffstat (limited to 'cpu/mpc5xxx/Makefile')
-rw-r--r--cpu/mpc5xxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/Makefile b/cpu/mpc5xxx/Makefile
index a65bc2232e..5b5a33bc74 100644
--- a/cpu/mpc5xxx/Makefile
+++ b/cpu/mpc5xxx/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(CPU).a
START = start.o
ASOBJS = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o
OBJS = i2c.o traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \
- loadtask.o fec.o pci_mpc5200.o
+ loadtask.o fec.o pci_mpc5200.o usb_ohci.o
all: .depend $(START) $(ASOBJS) $(LIB)
OpenPOWER on IntegriCloud