1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4if(NOT CONFIG_BOARD_INTEL_ADSP_ACE20_LNL)
5
6# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
7# - dmic0: dmic0@10000 & dmic1: dmic1@10000
8list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
9
10endif()
11