浏览代码

Remove some unwanted white space in Makefile

Ulf Samuelsson 18 年之前
父节点
当前提交
4df454e974
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -49,7 +49,7 @@ ifndef KBUILD_VERBOSE
 endif
 
 ifeq ($(KBUILD_VERBOSE),1)
-  quiet =
+  quiet=
   Q =
 else
   quiet=quiet_