From 942828a0980b3cea7db698784cc7f6a3e7740b2b Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Mon, 27 Jul 2009 09:19:15 +0200
Subject: [PATCH] ABI: fix build problems due to now needed div64 routine.

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 examples/api/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/api/Makefile b/examples/api/Makefile
index 2d05a0121e..04a270b450 100644
--- a/examples/api/Makefile
+++ b/examples/api/Makefile
@@ -42,6 +42,7 @@ COBJ_FILES-$(CONFIG_API) += libgenwrap.o
 # Source files which exist outside the examples/api directory
 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/crc32.o
 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/ctype.o
+EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/div64.o
 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/string.o
 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/vsprintf.o
 ifeq ($(ARCH),ppc)
-- 
2.39.5