iop: genconfig: Added ipq95xx target in TARGET_DEVICES model

Signed-off-by: Dineshkumar <quic_dinel@quicinc.com>
This commit is contained in:
Dineshkumar 2022-11-17 13:14:38 +05:30 committed by Andreas Gnau
parent 47f47ac097
commit fb91a7f70f

View file

@ -342,7 +342,7 @@ function genconfig {
# Special handling for targets which use TARGET_DEVICES
case "$target" in
iopsys_ramips | airoha | iopsys_mediatek | brcmbca)
iopsys_ramips | airoha | iopsys_mediatek | brcmbca | ipq95xx)
# This assumes the device name to be unique within one target,
# which is a fair assumption to make.
local mk_file="$(grep -Fx --files-with-matches "define Device/${BOARDTYPE}" "$target_config_path/../image/"*.mk)"