Browse Source

qcacld-3.0: Pass WLAN_ROOT value for make clean

Pass WLAN_ROOT value for make clean operation
on non-msm platforms.

Change-Id: Ib431143f7fdd6e220864fba77e79a40fc1347881
CRs-Fixed: 2255926
Nirav Shah 6 years ago
parent
commit
99f4994cfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -29,4 +29,4 @@ modules_install:
 	$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install
 
 clean:
-	$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
+	$(MAKE) -C $(KERNEL_SRC) M=$(M) clean $(KBUILD_OPTIONS)