summaryrefslogtreecommitdiff
path: root/lib_avr32/Makefile
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2007-08-10 23:19:50 (GMT)
committerGerald Van Baren <vanbaren@cideas.com>2007-08-10 23:19:50 (GMT)
commit29eaae953476f2bba4d5c7ac097b96cd827c1dff (patch)
tree537faa4c04db58ee7b070b56bd7de7bd116092d3 /lib_avr32/Makefile
parented8e5f362a2fc572eb9c1854f6c76c291b0f9a0f (diff)
parentfb56579ffe7ef3275b7036bb7b924e5a0d32bd70 (diff)
downloadu-boot-fsl-qoriq-29eaae953476f2bba4d5c7ac097b96cd827c1dff.tar.xz
Merge git://www.denx.de/git/u-boot
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 cf20836..bb2938f 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))