Added prima source from cyanogen-msm8916 kernel
diff --git a/wlan/prima/Makefile b/wlan/prima/Makefile
index 6062e0b..7f58ffa 100644
--- a/wlan/prima/Makefile
+++ b/wlan/prima/Makefile
@@ -8,7 +8,7 @@
 		SUBDIRS=$(CURDIR) CROSS_COMPILE=$(CROSS_COMPILE) modules
 
 modules_install:
-	$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(shell pwd) modules_install
+	$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(WLAN_ROOT) modules_install
 
 clean::
 	find -type f -iname '*.o' | xargs rm || true