Use decimal notation in a debug message
[madwifi/.git] / Makefile
index f154bb0ef9f4080b1e6b97ef8807c8753623c2c5..c05032785ef9d4cf7324268f57ac989497af6fa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -133,17 +133,12 @@ clean:
        done
        -$(MAKE) -C $(TOOLS) clean
        rm -rf .tmp_versions
-       rm -f modules.order *.symvers svnversion.h
+       rm -f modules.order *.symvers Module.markers svnversion.h
 
 .PHONY: info
 info:
        @echo "The following settings will be used for compilation:"
-       @echo "TARGET       : $(TARGET)"
-       @echo "ARCH         : $(ARCH)"
        @echo "BUS          : $(BUS)"
-       @if [ -n "$(TOOLPATH)" ]; then \
-           @echo "TOOLPATH     : $(TOOLPATH)"; \
-       fi      
        @echo "KERNELRELEASE: $(KERNELRELEASE)"
        @echo "KERNELPATH   : $(KERNELPATH)"
        @echo "KERNELCONF   : $(KERNELCONF)"