X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Farm920t%2Fs3c24x0%2FMakefile;h=1ed9bf307cb66a27e914e7eb02cc183e49a1039b;hb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;hp=0ff36c596a36d0baf603d0b7172177631ac7a6df;hpb=61ea75aa07838435ec570ac85a2e3fc038844596;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/arm920t/s3c24x0/Makefile b/cpu/arm920t/s3c24x0/Makefile index 0ff36c5..1ed9bf3 100644 --- a/cpu/arm920t/s3c24x0/Makefile +++ b/cpu/arm920t/s3c24x0/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).a COBJS = i2c.o interrupts.o serial.o speed.o \ - usb.o + usb.o usb_ohci.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))