summaryrefslogtreecommitdiffstats
path: root/lib_avr32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib_avr32/Makefile')
-rw-r--r--lib_avr32/Makefile2
1 files changed, 1 insertions, 1 deletions
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))
OpenPOWER on IntegriCloud