BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
0cc32e7f
Commit
0cc32e7f
authored
Apr 29, 2019
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: define LEGATO_TARGET even if legato isn't built
parent
dcf72fa5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Makefile
Makefile
+1
-3
No files found.
Makefile
View file @
0cc32e7f
...
...
@@ -30,15 +30,13 @@ all: green_wp85 green_wp750x green_wp76xx green_wp77xx \
LEGATO
?=
1
.PHONY
:
legato_%
legato_%
:
$
(
eval
LEGATO_TARGET :
=
$
(
subst legato_,,
$@
))
ifeq
($(LEGATO),0)
echo
"Not building LEGATO due to \$$LEGATO == 0"
else
$(eval LEGATO_TARGET
:
= $(subst legato_
,,
$@))
$(MAKE)
-C
$(LEGATO_ROOT)
framework_$(LEGATO_TARGET)
endif
export
LEGATO_TARGET
:=
$
(
subst legato_,,
$@
)
.PHONY
:
green_wp85
green_wp85
:
legato_wp85
TOOLCHAIN_DIR
=
$(
shell
$(LEGATO_ROOT)
/bin/findtoolchain wp85
dir
)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment