Commit 942828a0980b3cea7db698784cc7f6a3e7740b2b

Authored by Wolfgang Denk
1 parent 85d6bf0bdc

ABI: fix build problems due to now needed div64 routine.

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

examples/api/Makefile
... ... @@ -42,6 +42,7 @@
42 42 # Source files which exist outside the examples/api directory
43 43 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/crc32.o
44 44 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/ctype.o
  45 +EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/div64.o
45 46 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/string.o
46 47 EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/vsprintf.o
47 48 ifeq ($(ARCH),ppc)