Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
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
White Rabbit Switch - Software
Commits
ff73a147
Commit
ff73a147
authored
6 years ago
by
Jean-Claude BAU
Committed by
Adam Wujek
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Kconfig file for port timing configuration
parent
9f7d168a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
userspace/dot-config/.gitignore
+1
-0
1 addition, 0 deletions
userspace/dot-config/.gitignore
userspace/dot-config/Makefile
+4
-1
4 additions, 1 deletion
userspace/dot-config/Makefile
with
5 additions
and
1 deletion
userspace/dot-config/.gitignore
+
1
−
0
View file @
ff73a147
Kconfig
Kconfig_port_timing.in
Kconfig_vlans.in
dot-config
conf
...
...
This diff is collapsed.
Click to expand it.
userspace/dot-config/Makefile
+
4
−
1
View file @
ff73a147
...
...
@@ -15,7 +15,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump
CFLAGS
=
-D
KBUILD_NO_NLS
# most of this is just copying stuff in
RFILES
=
Kconfig Kconfig_vlans.in dot-config wrs_release_defconfig
RFILES
=
Kconfig_port_timing.in
Kconfig Kconfig_vlans.in dot-config wrs_release_defconfig
XFILES
=
conf mconf nconf
FILES
=
$(
RFILES
)
$(
XFILES
)
...
...
@@ -36,6 +36,9 @@ dot-config: $(WRS_BASE_DIR)/../.config
Kconfig
:
$(WRS_BASE_DIR)/../Kconfig
cp
$^
$@
Kconfig_port_timing.in
:
$(WRS_BASE_DIR)/../Kconfig_port_timing.in
cp
$^
$@
Kconfig_vlans.in
:
$(WRS_BASE_DIR)/../Kconfig_vlans.in
cp
$^
$@
...
...
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