| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] [MIPS] Fix MIPSsim build after command-line cleanup |
| From: | Dmitri Vorobiev <dmitri.vorobiev@movial.com> |
| Date: | Sat, 5 Dec 2009 14:09:20 +0200 |
| Cc: | Dmitri Vorobiev <dmitri.vorobiev@movial.com> |
| In-reply-to: | <20091205104158.GA11800@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20091205104158.GA11800@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Commit `MIPSsim: Remove unused code' removed the file arch/mips/mipssim/sim_cmdline.c but did not clean the reference to the corresponding object file. This patch is to fix the build breakage resulted from the above. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com> --- arch/mips/mipssim/Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/mips/mipssim/Makefile b/arch/mips/mipssim/Makefile index 57f43c1..41b9657 100644 --- a/arch/mips/mipssim/Makefile +++ b/arch/mips/mipssim/Makefile @@ -17,8 +17,7 @@ # 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. # -obj-y := sim_platform.o sim_setup.o sim_mem.o sim_time.o sim_int.o \ - sim_cmdline.o +obj-y := sim_platform.o sim_setup.o sim_mem.o sim_time.o sim_int.o obj-$(CONFIG_EARLY_PRINTK) += sim_console.o obj-$(CONFIG_MIPS_MT_SMTC) += sim_smtc.o -- 1.6.3.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/3] [MIPS] mipssim: remove unused code, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH v8 0/8] Loongson: YeeLoong: add platform drivers, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH 1/3] [MIPS] mipssim: remove unused code, Ralf Baechle |
| Next by Thread: | Re: [PATCH] [MIPS] Fix MIPSsim build after command-line cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |