瀏覽代碼

package/qoriq-rcw: drop spurious space

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 3 年之前
父節點
當前提交
e37fefb1b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qoriq-rcw/qoriq-rcw.mk

+ 1 - 1
package/qoriq-rcw/qoriq-rcw.mk

@@ -59,7 +59,7 @@ endif
 # Copy source files and script into $(HOST_DIR)/share/rcw/ so a developer
 # could use a post image or SDK to build/install PBL files.
 define HOST_QORIQ_RCW_INSTALL_CMDS
-	mkdir -p  $(HOST_DIR)/share/rcw
+	mkdir -p $(HOST_DIR)/share/rcw
 	cp -a $(@D)/* $(HOST_DIR)/share/rcw
 	$(HOST_QORIQ_RCW_INSTALL_DELIVERY_FILE)
 endef