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
83ab24f0
Commit
83ab24f0
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: fix bogus MAKE variable to DEPMOD
parent
a3bb6f48
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
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
83ab24f0
...
...
@@ -10,7 +10,7 @@ OBJDUMP ?= $(CROSS_COMPILE)objdump
OBJCOPY
?=
$(
CROSS_COMPILE
)
objcopy
SIZE
?=
$(
CROSS_COMPILE
)
size
MAKE
?=
make
MAKE
?=
depmod
DEPMOD
?=
depmod
# Select board in which we will work. Options are: ml605 or afcv3
BOARD
?=
ml605
...
...
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