Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bpm-sw
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.
bpm
bpm-sw
Commits
a3bb6f48
Commit
a3bb6f48
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: generate modules deps (depmod) on install
parent
2e479126
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-0
2 additions, 0 deletions
Makefile
with
2 additions
and
0 deletions
Makefile
+
2
−
0
View file @
a3bb6f48
...
...
@@ -10,6 +10,7 @@ OBJDUMP ?= $(CROSS_COMPILE)objdump
OBJCOPY
?=
$(
CROSS_COMPILE
)
objcopy
SIZE
?=
$(
CROSS_COMPILE
)
size
MAKE
?=
make
MAKE
?=
depmod
# Select board in which we will work. Options are: ml605 or afcv3
BOARD
?=
ml605
...
...
@@ -343,6 +344,7 @@ endif
# Install just the driver and lib, not udev rules
pcie_driver_install
:
$(
MAKE
)
-C
$(
PCIE_DRIVER_DIR
)
core_driver_install lib_driver_install
$(
DEPMOD
)
-a
pcie_driver_uninstall
:
$(
MAKE
)
-C
$(
PCIE_DRIVER_DIR
)
core_driver_uninstall lib_driver_uninstall
...
...
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