BigW Consortium Gitlab

Commit 85f0829f by David Frey

fix yellow build issue

parent 5acafb4d
......@@ -30,7 +30,7 @@ all: green_wp85 green_wp750x green_wp76xx green_wp77xx \
LEGATO ?= 1
.PHONY: legato_%
legato_%:
$(eval LEGATO_TARGET := $(subst legato_,,$@))
$(eval export LEGATO_TARGET := $(subst legato_,,$@))
ifeq ($(LEGATO),0)
echo "Not building LEGATO due to \$$LEGATO == 0"
else
......
#
#!/bin/sh
# We Assume that the user has run cfglegato previously to make many
# environment variables exportable
......@@ -34,7 +35,7 @@ export CROSS_COMPILE=`${FINDTOOLCHAIN} ${LEGATO_TARGET} prefix`
# Lets do it
OLDPWD=`pwd`
cd ${MANGOH_ROOT}/build/${1}/modules/cypwifi
if [ "$2" == "clean" ] ; then
if [ "$2" = "clean" ] ; then
make defconfig-brcmfmac
fi
make modules
......
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