Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
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
Show more breadcrumbs
firmware
FFS Gluon
Commits
40030893
Commit
40030893
authored
11 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Allow setting GLUON_BUILDDIR and GLUON_IMAGEDIR manually
parent
f045aab0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/gluon.mk
+4
-3
4 additions, 3 deletions
include/gluon.mk
with
4 additions
and
3 deletions
include/gluon.mk
+
4
−
3
View file @
40030893
ifneq
($(__gluon_inc),1)
__gluon_inc
=
1
GLUON_SITEDIR
:=
$(
GLUONDIR
)
/site
GLUON_IMAGEDIR
:=
$(
GLUONDIR
)
/images
GLUON_OPENWRTDIR
:=
$(
GLUONDIR
)
/openwrt
GLUON_BUILDDIR
:=
$(
GLUONDIR
)
/build
GLUON_SITEDIR
:=
$(
GLUONDIR
)
/site
GLUON_IMAGEDIR
?=
$(
GLUONDIR
)
/images
GLUON_BUILDDIR
?=
$(
GLUONDIR
)
/build
BOARD_BUILDDIR
=
$(
GLUON_BUILDDIR
)
/
$(
BOARD
)
BOARD_KDIR
=
$(
BOARD_BUILDDIR
)
/kernel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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