iop: genconfig_min: Added ipq95xx target in TARGET_DEVICES model

Signed-off-by: Dineshkumar <quic_dinel@quicinc.com>
This commit is contained in:
Dineshkumar 2022-11-18 10:43:15 +05:30
parent fb91a7f70f
commit 4efacdaee5

View file

@ -333,7 +333,7 @@ function genconfig_min {
# 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)"