mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ABI: fix build problems due to now needed div64 routine.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
85d6bf0bdc
commit
942828a098
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue