qcacld-3.0: Remove duplicate DFS_INC inclusion

The compiler switches defined by DFS_INC are being included in the
composite INCS twice. This results in the switches being unnecessarily
duplicated in the compiler command line. While this normally doesn't
affect compilation, it can result in a "command too long" error that
has been observed in some build environments, so remove the
duplication.

Change-Id: Ibe09e7c3d4ba1a9b5b50305c73b79ce1c9a7d57a
CRs-Fixed: 3487038
Cette révision appartient à :
Jeff Johnson
2023-05-03 12:02:10 -07:00
révisé par Madan Koyyalamudi
Parent 7a220e3018
révision 36f597d310

1
Kbuild
Voir le fichier

@@ -3124,7 +3124,6 @@ INCS += $(WMA_INC) \
$(SCHEDULER_INC) \
$(REGULATORY_INC) \
$(HTC_INC) \
$(DFS_INC) \
$(WCFG_INC)
INCS += $(HIF_INC) \