Updated clean target for prima Makefile.
diff --git a/wlan/prima/Makefile b/wlan/prima/Makefile
index 7bc89cc..7bd3c27 100644
--- a/wlan/prima/Makefile
+++ b/wlan/prima/Makefile
@@ -11,6 +11,11 @@
$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(shell pwd) modules_install
clean::
+ find -type f -iname '*.o' | xargs rm
+ find -type f -iname '*.ko' | xargs rm
+ find -type f -iname '*.mod.o' | xargs rm
+ find -type f -iname '*.mod.c' | xargs rm
+ find -type f -iname '*.cmd' | xargs rm
rm -f *.o *.ko *.mod.c *.mod.o *~ .*.cmd Module.symvers
rm -rf .tmp_versions