Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
multipass
Commits
f1702773
Commit
f1702773
authored
4 years ago
by
Daniel Friesel
Browse files
Options
Downloads
Patches
Plain Diff
exclude aemr and prototest apps from kconfig
parent
306a88af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
script/mkconfig
+6
-0
6 additions, 0 deletions
script/mkconfig
src/app/aemr/Kconfig
+0
-2
0 additions, 2 deletions
src/app/aemr/Kconfig
src/app/aemr/no-kconfig
+0
-0
0 additions, 0 deletions
src/app/aemr/no-kconfig
src/app/prototest/no-kconfig
+0
-0
0 additions, 0 deletions
src/app/prototest/no-kconfig
with
6 additions
and
2 deletions
script/mkconfig
+
6
−
0
View file @
f1702773
...
...
@@ -69,6 +69,9 @@ bool "Application"
EOF
for
app
in
$(
ls
-1
src/app
)
;
do
if
[
-e
"src/app/
${
app
}
/no-kconfig"
]
;
then
continue
fi
echo
config app_
${
app
}
|
tr
- _
if
[
-e
"src/app/
${
app
}
/Kconfig"
]
;
then
echo
bool
...
...
@@ -83,6 +86,9 @@ echo endchoice
echo
for
app
in
$(
ls
-1
src/app
)
;
do
if
[
-e
"src/app/
${
app
}
/no-kconfig"
]
;
then
continue
fi
echo
config app
echo
string
echo
default
'"'
"
${
app
}
"
'"'
...
...
This diff is collapsed.
Click to expand it.
src/app/aemr/Kconfig
deleted
100644 → 0
+
0
−
2
View file @
306a88af
prompt "Automatic Energy Model Refinement"
depends on !loop && !wakeup
This diff is collapsed.
Click to expand it.
src/app/aemr/no-kconfig
0 → 100644
+
0
−
0
View file @
f1702773
This diff is collapsed.
Click to expand it.
src/app/prototest/no-kconfig
0 → 100644
+
0
−
0
View file @
f1702773
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