Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPGA Configuration Space
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
FPGA Configuration Space
Commits
f2db91a7
Commit
f2db91a7
authored
11 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
pcie-wb: install udev rules for devices in customizable directory
parent
b0c41e76
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
pcie-wb/95-pcie-wb.rules
+3
-0
3 additions, 0 deletions
pcie-wb/95-pcie-wb.rules
pcie-wb/Makefile
+4
-2
4 additions, 2 deletions
pcie-wb/Makefile
with
7 additions
and
2 deletions
pcie-wb/95-pcie-wb.rules
0 → 100644
+
3
−
0
View file @
f2db91a7
SUBSYSTEM=="wbm", GROUP="adm", MODE="0660"
SUBSYSTEM=="wbs", GROUP="adm", MODE="0660"
SUBSYSTEM=="tty", SUBSYSTEMS=="usb-serial", DRIVERS=="wishbone_serial", GROUP="adm", MODE="0660"
This diff is collapsed.
Click to expand it.
pcie-wb/Makefile
+
4
−
2
View file @
f2db91a7
...
...
@@ -20,8 +20,10 @@ all:
$(
MAKE
)
-C
$(
KERNELDIR
)
M
=
$(
PWD
)
install
:
$(
MAKE
)
-C
$(
KERNELDIR
)
M
=
$(
PWD
)
modules_install
depmod
-a
$(
MAKE
)
-C
$(
KERNELDIR
)
M
=
$(
PWD
)
INSTALL_MOD_PATH
=
$(
ROOT
)
modules_install
mkdir
-p
$(
ROOT
)
/etc/udev/rules.d
cp
95-pcie-wb.rules
$(
ROOT
)
/etc/udev/rules.d
[
$$(
id
-u
)
-ne
0
]
||
depmod
-a
clean
:
rm
-rf
*
.o
*
~ core .depend .
*
.cmd
*
.ko
*
.mod.c .tmp_versions
...
...
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