summaryrefslogtreecommitdiff
path: root/cpu/arm1176/s3c64xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1176/s3c64xx/Makefile')
-rw-r--r--cpu/arm1176/s3c64xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm1176/s3c64xx/Makefile b/cpu/arm1176/s3c64xx/Makefile
index fa4ee3f..4ab1811 100644
--- a/cpu/arm1176/s3c64xx/Makefile
+++ b/cpu/arm1176/s3c64xx/Makefile
@@ -30,6 +30,7 @@ LIB = $(obj)lib$(SOC).a
COBJS-y = interrupts.o
COBJS-$(CONFIG_S3C6400) += cpu_init.o speed.o
+COBJS-$(CONFIG_USB_OHCI_NEW) += usb.o
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS-y))