Browse Source

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
Jeff Johnson 1 year ago
parent
commit
36f597d310
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Kbuild

+ 0 - 1
Kbuild

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