projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d6bf0
)
ABI: fix build problems due to now needed div64 routine.
author
Wolfgang Denk
<wd@denx.de>
Mon, 27 Jul 2009 07:19:15 +0000
(09:19 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 27 Jul 2009 07:19:15 +0000
(09:19 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
examples/api/Makefile
patch
|
blob
|
history
diff --git
a/examples/api/Makefile
b/examples/api/Makefile
index 2d05a0121e7ee9c713bee7cb146bc14348557fac..04a270b450127a088da3de626a756b04ff7d8814 100644
(file)
--- 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)