From patchwork Fri Aug 17 15:31:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhi-zhou Zhang X-Patchwork-Id: 178260 X-Patchwork-Delegate: daniel.schwierzeck@googlemail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 295F92C00AA for ; Sat, 18 Aug 2012 01:34:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0ECBB28399; Fri, 17 Aug 2012 17:34:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3+3k2uFsZZxC; Fri, 17 Aug 2012 17:34:13 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22FC92839A; Fri, 17 Aug 2012 17:33:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09C292838F for ; Fri, 17 Aug 2012 17:33:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZeWTko4n2Yk9 for ; Fri, 17 Aug 2012 17:33:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 967ED28365 for ; Fri, 17 Aug 2012 17:33:08 +0200 (CEST) Received: by mail-pb0-f44.google.com with SMTP id rr4so4218300pbb.3 for ; Fri, 17 Aug 2012 08:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=yoUSLnxYX9Opc2mg0i3+dxxgoKQL9BIGdGxxHZPA9IM=; b=U+h1N9oIsgyNmbnJ1riKx1Gz2ao1FddcRQpHVa6ltgTNYWQWRk8ZYOdYLKg6ei5Yxa bb15syMIPKXsr60QfPOI33dUp3XLHKCK8rigevRYQqirA+0hoM5LNosv9ULY5OM3jFg1 wZ7nhSrggDBMpRnpZc4Jz3Po9dSMbs7vBsFuK3uXPvV4Ja1L9naRTy9yocf0sN9fwLWT ntuNqyNYva6o0xLPMjuqwoKUG7kWnm1C/DCx90lU90QtmSWkKz/8Dvok6urAxHEsq6vx QU9VU6/cGJmFMa3ZSREEJ6/BAhJxhr0fesqNxJT78YRcTsgt/6yP9luemTHl6uQzAVEK +rbQ== Received: by 10.68.232.232 with SMTP id tr8mr12334685pbc.73.1345217587909; Fri, 17 Aug 2012 08:33:07 -0700 (PDT) Received: from localhost.localdomain ([124.165.216.64]) by mx.google.com with ESMTPS id ka9sm5109862pbb.59.2012.08.17.08.33.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Aug 2012 08:33:07 -0700 (PDT) From: Zhizhou Zhang To: u-boot@lists.denx.de Date: Fri, 17 Aug 2012 23:31:02 +0800 Message-Id: <1345217476-32034-20-git-send-email-etou.zh@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345217476-32034-1-git-send-email-etou.zh@gmail.com> References: <1345217476-32034-1-git-send-email-etou.zh@gmail.com> Subject: [U-Boot] [[Patch V2] mips: 02/16] add cpu/mips64/Makefile X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de --- arch/mips/cpu/mips64/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 arch/mips/cpu/mips64/Makefile diff --git a/arch/mips/cpu/mips64/Makefile b/arch/mips/cpu/mips64/Makefile new file mode 100644 index 0000000..335fe88 --- /dev/null +++ b/arch/mips/cpu/mips64/Makefile @@ -0,0 +1,47 @@ +# +# (C) Copyright 2003-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(CPU).o + +START = start.o +COBJS-y = cpu.o interrupts.o time.o + +SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) +OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) +START := $(addprefix $(obj),$(START)) + +all: $(obj).depend $(START) $(LIB) + +$(LIB): $(OBJS) + $(call cmd_link_o_target, $(OBJS)) + +######################################################################### + +# defines $(obj).depend target +include $(SRCTREE)/rules.mk + +sinclude $(obj).depend + +#########################################################################