| To: | Ralf Baechle <ralf@linux-mips.org>, linux-mips <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue] MIPS: Move Loongson Makefile parts to their own Platform file (cont.) |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 2 Jun 2010 16:53:00 +0800 |
| Cc: | Sam Ravnborg <sam@ravnborg.org>, 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; bh=FQu1EmorC2GETsVuhiPXev2uxHOs4Xpe/EEZN8TTE9Y=; b=nIUzr3myMjGAfV+/IDMmDQ7AODPJlSxkV5XqRAFLkK4Ne6phq1y6FEB79dnLsu1vHl qQGsZW44RyntYdDnXkjV8gY0+ZRIGA/Rae+DWXhRzLNkT5GOi5NIRYKUmAtf5Jf/1pqQ xpFVvwn77VjAGWe9IamxnqEZD3dVM9XNSTw44= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=BYuW5DUk+7UjQXdiyhvLRN4NM83mIrkCXkXDpvgp4ZfZXdpieVGf6sDmSfu6sKrZ3T gr3OwJ0UVNdqqu2Y8dtQBliJlt+YRyL8HK224BbZQEtK3TbvLHqHtGpuAAQsjOOlmXtZ hboPVp4Xq5OcPbFXvT9Q+j9axQwvyhyrp+svg= |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, Ralf I have fogotten to remove the -Werror in the Makefiles under loongson/ directory, this patch does it. could you please merge it into the commit "MIPS: Move Loongson Makefile parts to their own Platform file". Thanks & Regards, Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> --- arch/mips/loongson/common/cs5536/Makefile | 2 -- arch/mips/loongson/fuloong-2e/Makefile | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/mips/loongson/common/cs5536/Makefile b/arch/mips/loongson/common/cs5536/Makefile index 510d4cd..f12e640 100644 --- a/arch/mips/loongson/common/cs5536/Makefile +++ b/arch/mips/loongson/common/cs5536/Makefile @@ -9,5 +9,3 @@ obj-$(CONFIG_CS5536) += cs5536_pci.o cs5536_ide.o cs5536_acc.o cs5536_ohci.o \ # Enable cs5536 mfgpt Timer # obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o - -EXTRA_CFLAGS += -Werror diff --git a/arch/mips/loongson/fuloong-2e/Makefile b/arch/mips/loongson/fuloong-2e/Makefile index 3aba5fc..b762272 100644 --- a/arch/mips/loongson/fuloong-2e/Makefile +++ b/arch/mips/loongson/fuloong-2e/Makefile @@ -3,5 +3,3 @@ # obj-y += irq.o reset.o - -EXTRA_CFLAGS += -Werror -- 1.6.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [loongson2-PATCH] modification of the cpufreq module, Gang Liang |
|---|---|
| Next by Date: | RE: TITAN GE driver, Anoop P.A. |
| Previous by Thread: | [loongson2-PATCH] modification of the cpufreq module, Gang Liang |
| Next by Thread: | Re: [PATCH -queue] MIPS: Move Loongson Makefile parts to their own Platform file (cont.), Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |