Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
942828a0
Commit
942828a0
authored
Jul 27, 2009
by
Wolfgang Denk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ABI: fix build problems due to now needed div64 routine.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
85d6bf0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/api/Makefile
examples/api/Makefile
+1
-0
No files found.
examples/api/Makefile
View file @
942828a0
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment