[U-Boot] [PATCH] ABI: fix build problems due to now needed div64 routine.

27 Jul
2009
27 Jul
'09
9:20 a.m.
Signed-off-by: Wolfgang Denk wd@denx.de --- examples/api/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/examples/api/Makefile b/examples/api/Makefile index 2d05a01..04a270b 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)
--
1.6.0.6
5771
Age (days ago)
5771
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk