BigW Consortium Gitlab

Commit 89e178eb by David Frey

Build mangOH yellow targets in "all" target

The yellow_* targets all build successfully using the latest toolchains so enable building for yellow under the "all" target.
parent 8c349eab
......@@ -23,7 +23,9 @@ MKSYS_ARGS_YELLOW = --output-dir=build/update_files/yellow
export PATH := $(LEGATO_ROOT)/bin:$(PATH)
.PHONY: all
all: green_wp85 green_wp750x green_wp76xx green_wp77xx red_wp85 red_wp750x red_wp76xx red_wp77xx
all: green_wp85 green_wp750x green_wp76xx green_wp77xx \
red_wp85 red_wp750x red_wp76xx red_wp77xx \
yellow_wp85 yellow_wp750x yellow_wp76xx yellow_wp77xx
LEGATO ?= 1
.PHONY: legato_%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment