summaryrefslogtreecommitdiff
path: root/lib_avr32/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-10 10:34:10 +0200
committerWolfgang Denk <wd@denx.de>2007-08-10 10:34:10 +0200
commit545359dd277a0a998c2c1ef9f8338081a56ccaba (patch)
treec4de4b52636e6e1481a8911c9bf0b2ec34cae4f1 /lib_avr32/Makefile
parent2ee8078f4f8ec61ad86e54d87b2838fa80f183f0 (diff)
parent3a6d56c20989fe27360afe743bd2a7ad4d76e48f (diff)
downloadu-boot-imx-545359dd277a0a998c2c1ef9f8338081a56ccaba.zip
u-boot-imx-545359dd277a0a998c2c1ef9f8338081a56ccaba.tar.gz
u-boot-imx-545359dd277a0a998c2c1ef9f8338081a56ccaba.tar.bz2
Merge with /home/wd/git/u-boot/work
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))