Wifi.sinc file not found when "make red_wp76xx"

Hi,

I am trying to build the base mangOH red image.
Followed the steps in the link: https://github.com/mangOH/mangOH

I get wifi.sinc file not found. Request inputs.
log:
tjayaprakash@IM-RT-SR-002:~/wp/mangOH$ make red_wp76xx
Makefile:86: ==== OCTAVE_ROOT not defined ====
Not building LEGATO due to $LEGATO == 0

NOTE: When using leaf, these TOOLCHAIN_X variables don’t need to be passed to mksys.

TOOLCHAIN_DIR=/opt/swi/SWI9X07Y_02.28.03.05/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
TOOLCHAIN_PREFIX=arm-poky-linux-gnueabi-
OCTAVE=
mksys -t wp76xx --cflags=-O2 --object-dir=build/red_wp76xx --output-dir=build/update_files red.sdef
** ERROR:
/home/tjayaprakash/wp/mangOH/shared.sdef:11:48: error: File ‘/home/tjayaprakash/wp/legato-19.02.0/modules/WiFi/wifi.sinc’ not found.
make: *** [red_wp76xx] Error 1

Regards,
tejaswi

open the shared.sdef, and comment out this line:
//#include “${LEGATO_ROOT}/modules/WiFi/wifi.sinc”

thanks for the input. It worked.
Is this some issue or it is used for another purpose ?

no idea, I found that just comment it out and then it works.