| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 07/10] Loongson: arch/mips/Makefile: add missing whitespace |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Mon, 4 Jan 2010 17:16:49 +0800 |
| Cc: | linux-mips@linux-mips.org, yanh@lemote.com, huhb@lemote.com, zhangfx@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:in-reply-to:references; bh=GRqDoCpDCwH69EypbL8KasyZtuCMTiOexd+BSc5DuhQ=; b=i3lBkamVCDR4vopuVtXXEEON8Ws9b5PLCAhA/xitlAjsTyUFdYGGSTLoVWUF0b9j+h JZ2F+zH1g8nY2HyH3PAfo+ldExDFVPi+UYCQ529GBPkXejFZDEcTShcP8Q3sDqYxaZcu VqmXeF0+z5GJfqj15EZB4b0KB/CGTG4RWzlWE= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=uAuOoYHaAKrBTghtu4ttlqXAy/6Gt+Lk1VzDXLqt+/bs3yPwZdaSzWErvfvHzCc3RZ HR3H5JgYCX8VRt6qBpWVNB6eUtIZHZ75usaSoAAyLO+INIO8+fqx1OE8sgG7hqRpWZkV IFSr/x/iaxp0em7n0/9DY+gI66bMie6I5w3Qs= |
| In-reply-to: | <b36e03d26901b981248854fcaa645d8c8a0f23a8.1262596493.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1262596493.git.wuzhangjin@gmail.com> |
| References: | <cover.1262586650.git.wuzhangjin@gmail.com> <f4aeb125cb030f10d34966febfe9715874d52ab2.1262596493.git.wuzhangjin@gmail.com> <669ff2f39fd2aa3849e472438d3d9d499c8f0e3a.1262596493.git.wuzhangjin@gmail.com> <9bcc0f00c46fdf5c832ce3bdd0df8d7f08b7a1be.1262596493.git.wuzhangjin@gmail.com> <dc64ae336edaf61405e56534e33fe40c49694378.1262596493.git.wuzhangjin@gmail.com> <a5bac10a774e405cffcf79edc430b31d6becb0d0.1262596493.git.wuzhangjin@gmail.com> <b36e03d26901b981248854fcaa645d8c8a0f23a8.1262596493.git.wuzhangjin@gmail.com> |
| References: | <cover.1262596493.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com>
This patch add missing whitespace after every "+=" in the loongson
related part of arch/mips/Makefile.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 1893efd..51d344c 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -332,11 +332,11 @@ load-$(CONFIG_WR_PPMC) += 0xffffffff80100000
#
# Loongson family
#
-core-$(CONFIG_MACH_LOONGSON) +=arch/mips/loongson/
+core-$(CONFIG_MACH_LOONGSON) += arch/mips/loongson/
cflags-$(CONFIG_MACH_LOONGSON) +=
-I$(srctree)/arch/mips/include/asm/mach-loongson \
-mno-branch-likely
-load-$(CONFIG_LEMOTE_FULOONG2E) +=0xffffffff80100000
-load-$(CONFIG_LEMOTE_MACH2F) +=0xffffffff80200000
+load-$(CONFIG_LEMOTE_FULOONG2E) += 0xffffffff80100000
+load-$(CONFIG_LEMOTE_MACH2F) += 0xffffffff80200000
#
# MIPS Malta board
--
1.6.5.6
|
| Previous by Date: | [PATCH 06/10] Loongson: Cleanup of the environment variables, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH 08/10] Loongson: mem.c: Fixup of the indentation, Wu Zhangjin |
| Previous by Thread: | [PATCH 06/10] Loongson: Cleanup of the environment variables, Wu Zhangjin |
| Next by Thread: | [PATCH 08/10] Loongson: mem.c: Fixup of the indentation, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |