From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Liqin Subject: [PATCH 1/2] score: add head files define in vmlinux.lds.S Date: Tue, 22 Sep 2009 14:32:02 +0800 Message-ID: <1253601122.27225.2.camel@ad3ser01> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from 124-219-29-227.vdslpro.static.apol.com.tw ([124.219.29.227]:50153 "EHLO mswedge2.sunplus.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754725AbZIVHEh (ORCPT ); Tue, 22 Sep 2009 03:04:37 -0400 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Tim Abbott Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Sam Ravnborg , liqin.gnu@gmail.com Signed-off-by: Chen Liqin --- arch/score/kernel/vmlinux.lds.S | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/score/kernel/vmlinux.lds.S b/arch/score/kernel/vmlinux.lds.S index aab4703..eebcbaa 100644 --- a/arch/score/kernel/vmlinux.lds.S +++ b/arch/score/kernel/vmlinux.lds.S @@ -24,6 +24,8 @@ */ #include +#include +#include OUTPUT_ARCH(score) ENTRY(_stext) -- 1.6.2