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
8aa4f9ff
Commit
8aa4f9ff
authored
May 11, 2018
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant deps in Makefile
parent
5ed4717a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
No files found.
Makefile
View file @
8aa4f9ff
...
...
@@ -55,49 +55,49 @@ green_wp85: module_env_wp85
mksys
-t
wp85
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_GREEN)
mangOH.sdef
.PHONY
:
green_wp750x
green_wp750x
:
legato_wp750x
module_env_wp750x
green_wp750x
:
module_env_wp750x
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
GREEN
\
mksys
-t
wp750x
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_GREEN)
mangOH.sdef
.PHONY
:
green_wp76xx
green_wp76xx
:
legato_wp76xx
module_env_wp76xx
green_wp76xx
:
module_env_wp76xx
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
GREEN
\
mksys
-t
wp76xx
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_GREEN)
mangOH.sdef
.PHONY
:
green_wp77xx
green_wp77xx
:
legato_wp77xx
module_env_wp77xx
green_wp77xx
:
module_env_wp77xx
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
GREEN
\
mksys
-t
wp77xx
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_GREEN)
mangOH.sdef
.PHONY
:
red_wp85
red_wp85
:
legato_wp85
module_env_wp85
red_wp85
:
module_env_wp85
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
RED
\
mksys
-t
wp85
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_RED)
mangOH.sdef
.PHONY
:
red_wp750x
red_wp750x
:
legato_wp750x
module_env_wp750x
red_wp750x
:
module_env_wp750x
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
RED
\
mksys
-t
wp750x
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_RED)
mangOH.sdef
.PHONY
:
red_wp76xx
red_wp76xx
:
legato_wp76xx
module_env_wp76xx
red_wp76xx
:
module_env_wp76xx
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
RED
\
mksys
-t
wp76xx
$(MKSYS_ARGS_COMMON)
$(MKSYS_ARGS_RED)
mangOH.sdef
.PHONY
:
red_wp77xx
red_wp77xx
:
legato_wp77xx
module_env_wp77xx
red_wp77xx
:
module_env_wp77xx
TOOLCHAIN_DIR
=
$(TOOLCHAIN_DIR)
\
TOOLCHAIN_PREFIX
=
$(TOOLCHAIN_PREFIX)
\
MANGOH_BOARD
=
RED
\
...
...
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