Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
ccec4ee7
Commit
ccec4ee7
authored
7 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes.
parent
ca8034d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ports/zephyr/CMakeLists.txt
+4
-4
4 additions, 4 deletions
ports/zephyr/CMakeLists.txt
ports/zephyr/Makefile
+1
-1
1 addition, 1 deletion
ports/zephyr/Makefile
with
5 additions
and
5 deletions
ports/zephyr/CMakeLists.txt
+
4
−
4
View file @
ccec4ee7
...
...
@@ -7,10 +7,10 @@ add_library(libmicropython STATIC IMPORTED)
set_target_properties
(
libmicropython PROPERTIES IMPORTED_LOCATION
${
CMAKE_CURRENT_SOURCE_DIR
}
/libmicropython.a
)
target_link_libraries
(
app libmicropython
)
zephyr_get_include_directories_as_string
(
includes
)
zephyr_get_system_include_directories_as_string
(
system_includes
)
zephyr_get_compile_definitions_as_string
(
definitions
)
zephyr_get_compile_options_as_string
(
options
)
zephyr_get_include_directories_
for_lang_
as_string
(
C
includes
)
zephyr_get_system_include_directories_
for_lang_
as_string
(
C
system_includes
)
zephyr_get_compile_definitions_
for_lang_
as_string
(
C
definitions
)
zephyr_get_compile_options_
for_lang_
as_string
(
C
options
)
add_custom_target
(
outputexports
...
...
This diff is collapsed.
Click to expand it.
ports/zephyr/Makefile
+
1
−
1
View file @
ccec4ee7
...
...
@@ -105,4 +105,4 @@ outdir/$(BOARD)/Makefile: $(CONF_FILE)
$(Z_EXPORTS)
:
outdir/$(BOARD)/Makefile
make
--no-print-directory
-C
outdir/
$(
BOARD
)
outputexports
CMAKE_COMMAND
=
:
>
$@
make
-C
outdir/
$(
BOARD
)
syscall_macros_h_target
make
-C
outdir/
$(
BOARD
)
syscall_macros_h_target
syscall_list_h_target
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment