소스 검색

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 2 년 전
부모
커밋
36f597d310
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) \