X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_avr32%2FMakefile;h=bb2938fe5c2206102477e45282d0d989a6ad4610;hb=218ca724c08ca8a649f0917cf201cf23d4b33f39;hp=cf20836023fd4f8967e6a5bf019e971c008e192e;hpb=d38936cdae46bfd2623ff83f6ce9b616d36ab0f9;p=u-boot diff --git a/lib_avr32/Makefile b/lib_avr32/Makefile index cf20836023..bb2938fe5c 100644 --- a/lib_avr32/Makefile +++ b/lib_avr32/Makefile @@ -29,7 +29,7 @@ LIB = $(obj)lib$(ARCH).a SOBJS = memset.o -COBJS = board.o interrupts.o avr32_linux.o div64.o +COBJS = board.o interrupts.o avr32_linux.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))