Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software for White Rabbit PTP Core
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
Software for White Rabbit PTP Core
Commits
70eb3ba6
Commit
70eb3ba6
authored
12 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
kconfig: add a configs/ directory and use it
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
3bb5f9df
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/etherbone_defconfig
+4
-0
4 additions, 0 deletions
configs/etherbone_defconfig
configs/spec_defconfig
+4
-0
4 additions, 0 deletions
configs/spec_defconfig
scripts/kconfig/Makefile
+1
-1
1 addition, 1 deletion
scripts/kconfig/Makefile
with
9 additions
and
1 deletion
configs/etherbone_defconfig
0 → 100644
+
4
−
0
View file @
70eb3ba6
#
# Automatically generated make config: don't edit
#
CONFIG_ETHERBONE=y
This diff is collapsed.
Click to expand it.
configs/spec_defconfig
0 → 100644
+
4
−
0
View file @
70eb3ba6
#
# Automatically generated make config: don't edit
#
# CONFIG_ETHERBONE is not set
This diff is collapsed.
Click to expand it.
scripts/kconfig/Makefile
+
1
−
1
View file @
70eb3ba6
...
...
@@ -115,7 +115,7 @@ else
endif
%_defconfig
:
$(obj)/conf
$(
Q
)
$<
-D
arch
/
$(
SRCARCH
)
/
configs/
$@
$(
Kconfig
)
$(
Q
)
$<
-D
configs/
$@
$(
Kconfig
)
# Help text used by make help
help
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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