Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fpga-config-space
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
fpga-config-space
Commits
c46c3920
Commit
c46c3920
authored
6 years ago
by
Michael Reese
Browse files
Options
Downloads
Patches
Plain Diff
pcie-wb: add KERNELVER to Makefile
parent
99640fa5
Branches
vme-drv
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pcie-wb/Makefile
+1
-1
1 addition, 1 deletion
pcie-wb/Makefile
with
1 addition
and
1 deletion
pcie-wb/Makefile
+
1
−
1
View file @
c46c3920
...
...
@@ -25,7 +25,7 @@ install:
$(
MAKE
)
-C
$(
KERNELDIR
)
M
=
$(
PWD
)
INSTALL_MOD_PATH
=
$(
STAGING
)
modules_install
mkdir
-p
$(
STAGING
)
/etc/udev/rules.d
cp
95-pcie-wb.rules
$(
STAGING
)
/etc/udev/rules.d
[
$$(
id
-u
)
-ne
0
]
||
depmod
-a
[
$$(
id
-u
)
-ne
0
]
||
depmod
-a
$(
KERNELVER
)
[
$$(
id
-u
)
-ne
0
]
||
groupadd wishbone
||
true
clean
:
...
...
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