summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-27 09:19:15 +0200
committerWolfgang Denk <wd@denx.de>2009-07-27 09:19:15 +0200
commit942828a0980b3cea7db698784cc7f6a3e7740b2b (patch)
treeb113f3387ffc937b8891f333edebfbccebcdfcf9 /examples
parent85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb (diff)
downloadtalos-obmc-uboot-942828a0980b3cea7db698784cc7f6a3e7740b2b.tar.gz
talos-obmc-uboot-942828a0980b3cea7db698784cc7f6a3e7740b2b.zip
ABI: fix build problems due to now needed div64 routine.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/api/Makefile1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud