summaryrefslogtreecommitdiff
path: root/cpu/arm920t/s3c24x0/Makefile
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-05-30 16:56:14 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-05-30 16:56:14 +0200
commitddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (patch)
tree2430f5505c0c76da56e937d4b52f80a97c3aac7e /cpu/arm920t/s3c24x0/Makefile
parent301f1aa384d0edcae6a22fd9adb933ad71695ecc (diff)
downloadu-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.zip
u-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.tar.gz
u-boot-imx-ddf83a2fcef1a670c45fc585119dcc1fe062c4a9.tar.bz2
Support generic OHCI support for the s3c24x0 cpu.
Diffstat (limited to 'cpu/arm920t/s3c24x0/Makefile')
-rw-r--r--cpu/arm920t/s3c24x0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/s3c24x0/Makefile b/cpu/arm920t/s3c24x0/Makefile
index af9e4ef..f81f84d 100644
--- a/cpu/arm920t/s3c24x0/Makefile
+++ b/cpu/arm920t/s3c24x0/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(SOC).a
OBJS = i2c.o interrupts.o serial.o speed.o \
- usb_ohci.o
+ usb.o
all: .depend $(LIB)