summaryrefslogtreecommitdiff
path: root/cpu/pxa/Makefile
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-05-23 10:33:11 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-05-23 10:33:11 +0200
commit24e37645e7378b20fa8f20e2996c8fb8e90c70c9 (patch)
tree466a18dd76abda5b0bd08e90922e3261b780474a /cpu/pxa/Makefile
parent3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 (diff)
More cleanup for the delta board and the generic usb_ohci driver. Added
CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
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 1af53d6ad..bd476f150 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)