summaryrefslogtreecommitdiff
path: root/cpu/pxa/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@nyx.denx.de>2006-05-31 13:12:39 +0200
committerWolfgang Denk <wd@nyx.denx.de>2006-05-31 13:12:39 +0200
commit81d72d7e2e7996c6c4e60985dbcc84afe5ed816c (patch)
treecf42eec07ffde614e16143247ef6fe6654722c37 /cpu/pxa/Makefile
parent392c252efd5d2e67b47ebeb3b7e4f42e7e3d5127 (diff)
parentddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (diff)
downloadu-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.zip
u-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.tar.gz
u-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.tar.bz2
Merge with /home/mk/git/u-boot#generic_ohci
Diffstat (limited to 'cpu/pxa/Makefile')
-rw-r--r--cpu/pxa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile
index 1af53d6..bd476f1 100644
--- a/cpu/pxa/Makefile
+++ b/cpu/pxa/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o
-OBJS = serial.o interrupts.o cpu.o i2c.o pxafb.o mmc.o
+OBJS = serial.o interrupts.o cpu.o i2c.o pxafb.o mmc.o usb.o
all: .depend $(START) $(LIB)