| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] Loongson: Lemote 2F: Fixup of the Makefile |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Sun, 31 Jan 2010 16:41:52 +0800 |
| Cc: | linux-mips@linux-mips.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=tokio+Tp3nTeYcK4d5heoNPc0sgT84IsFwSRpNo3/Mg=; b=jo5DAWHrbK3qBbDhNJnTTVwkwQMrPmS+I//cq64PkMIWIuLUzXDsiq48g2NLRX5yWC v/TL/sDmvQEXYzyk7cXKVffZ9SA20RdQu9EQPu/Fr3OcdINNBavRsGZF375e1YeeiQ2h qXPck4/iAgCv6xNuB0fC+Oh6zIjSlte9IOfpE= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=NVeMzlsDxGqsNQ7bNVZBnAfvhoReI/WEYL0R2gtra89tgigTaWmyOheix9O0Lge3sN kBP0BcRkFpSfOV+foxl0BK+38euOUhd1p6dGRTHl4PvJi+2ypXSnWBGIJAnjlWvE39Ry x+nbp83Hwkz60SJukx+JQwlbqW4E6VLGIjrAA= |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com> This patch removes the duplicated obj-y line. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> --- arch/mips/loongson/lemote-2f/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/mips/loongson/lemote-2f/Makefile b/arch/mips/loongson/lemote-2f/Makefile index 01f71b1..8699a53 100644 --- a/arch/mips/loongson/lemote-2f/Makefile +++ b/arch/mips/loongson/lemote-2f/Makefile @@ -2,7 +2,6 @@ # Makefile for lemote loongson2f family machines # -obj-y += irq.o reset.o ec_kb3310b.o obj-y += machtype.o irq.o reset.o ec_kb3310b.o # -- 1.6.6 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel crash in 2.6.32.6 / bcm1480 with 16k page size, Guenter Roeck |
|---|---|
| Next by Date: | Re: Kernel crash in 2.6.32.6 / bcm1480 with 16k page size, Maciej W. Rozycki |
| Previous by Thread: | [PATCH 0/2] USB: add support for Broadcom 63xx OHCI & EHCI., Maxime Bizon |
| Next by Thread: | [PATCH v11 0/9] *** SUBJECT HERE ***, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |