make was being called directly, fix to $(MAKE) Signed-of-By: Rick Farina <sidhayn@xxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d586f45..440bd91 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ btuninstall: @echo btclean: - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) BT=TRUE clean + $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) BT=TRUE clean @rm -f $(CREL_PRE)* install: uninstall install-modules install-scripts -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html