Skip to content
Snippets Groups Projects
Commit 942828a0 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 85d6bf0b
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ COBJ_FILES-$(CONFIG_API) += libgenwrap.o ...@@ -42,6 +42,7 @@ COBJ_FILES-$(CONFIG_API) += libgenwrap.o
# Source files which exist outside the examples/api directory # 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/crc32.o
EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/ctype.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/string.o
EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/vsprintf.o EXT_COBJ_FILES-$(CONFIG_API) += lib_generic/vsprintf.o
ifeq ($(ARCH),ppc) ifeq ($(ARCH),ppc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment