Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zephyr Firmware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Zephyr Firmware
Commits
ed4bcd17
Commit
ed4bcd17
authored
Mar 26, 2021
by
Evan Lojewski
Committed by
Evan Lojewski
Mar 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bootrom: revup to fix clang-format, clang-tidy, and lto issues.
parent
b90ed679
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
bootrom
bootrom
+1
-1
No files found.
CMakeLists.txt
View file @
ed4bcd17
...
...
@@ -97,7 +97,7 @@ ppc64le_add_executable(${PROJECT_NAME}
tercel_spi.h
)
ppc64le_linker_script
(
${
PROJECT_NAME
}
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/linker.ld"
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE libbase
-nofloat
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE libbase
)
target_compile_definitions
(
${
PROJECT_NAME
}
PRIVATE
"-DNO_FLINT"
)
# Disable linting
format_target_sources
(
${
PROJECT_NAME
}
)
...
...
bootrom
@
62c00d09
Subproject commit
b6e1f9da21f495080ae33a0da527abd936c8ff26
Subproject commit
62c00d092e793a81804c6a60381b938595d4aa11
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