From patchwork Wed Apr 10 13:12:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suriyan Ramasami X-Patchwork-Id: 235387 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 03D182C00BF for ; Wed, 10 Apr 2013 23:14:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D48D54A025; Wed, 10 Apr 2013 15:14:23 +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 E9ZhyDDYazKN; Wed, 10 Apr 2013 15:14:23 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5C3734A088; Wed, 10 Apr 2013 15:13:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C31AD4A02D for ; Wed, 10 Apr 2013 15:13:55 +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 treqoXJ+M-zc for ; Wed, 10 Apr 2013 15:13:54 +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-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by theia.denx.de (Postfix) with ESMTPS id 2205E4A029 for ; Wed, 10 Apr 2013 15:13:45 +0200 (CEST) Received: by mail-ie0-f176.google.com with SMTP id x12so469897ief.7 for ; Wed, 10 Apr 2013 06:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=iDdRJZGJ81GN3qkGMDlyAd3nUsbyubTaQqGYfoNOs0k=; b=e842mcdghFI0lzxQToKpJvsccw5VuZrKTNPVFZdlF92TSYHsp+/gOf+HSDuAiknV4C ZFTq75+hI3crR8giHwJKg50F9iK4HlNIfpK8f3YJSeJUOt825ooCCQdJu2O7hfOOdysU 8LEBuxFnquK4BJi5LNV+0Aqd0i4s4ZYuPdpPiGuffj42e+OdaJjlBOv5M0/2Rl+ei25w UJtN71rVsI2durG3QswmpbEbEWiTtGVRPkDwqA6GN9a7wbfs+N802CmR/BiFEaLC1fzl JCLSPI4wF5yeKBYthuuiL6lLud2CDjv40pnn7CwZ2wE96lEp2QMAgI1scqUE2eNknM+V 23+A== X-Received: by 10.43.8.200 with SMTP id ot8mr1250900icb.11.1365599624468; Wed, 10 Apr 2013 06:13:44 -0700 (PDT) Received: from localhost.localdomain (75-101-50-252.dsl.static.sonic.net. [75.101.50.252]) by mx.google.com with ESMTPS id xf4sm27152406igb.8.2013.04.10.06.13.43 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Apr 2013 06:13:44 -0700 (PDT) From: Suriyan Ramasami To: u-boot@lists.denx.de Date: Wed, 10 Apr 2013 06:12:13 -0700 Message-Id: <1365599537-14138-5-git-send-email-suriyan.r@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> References: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> Cc: ecc@cmu.edu Subject: [U-Boot] [PATCH v2 4/8] ARM: Add Seagate GoFlexHome support 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 Start with the Dockstar Makefile Add the two object files goflexhome.o and goflexhomemenu.o that need to be compiled Signed-off-by: Suriyan Ramasami --- Changes for v2: - Coding style changes board/Seagate/goflexhome/Makefile | 51 +++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 board/Seagate/goflexhome/Makefile diff --git a/board/Seagate/goflexhome/Makefile b/board/Seagate/goflexhome/Makefile new file mode 100644 index 0000000..dc06137 --- /dev/null +++ b/board/Seagate/goflexhome/Makefile @@ -0,0 +1,51 @@ +# +# Copyright (C) 2013 Suriyan Ramasami +# +# Based on dockstar/Makefile originally written by +# Copyright (C) 2010 Eric C. Cooper +# +# Based on sheevaplug/Makefile originally written by +# Prafulla Wadaskar +# (C) Copyright 2009 +# Marvell Semiconductor +# +# 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., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(BOARD).o + +COBJS := goflexhome.o goflexhomemenu.o + +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) +OBJS := $(addprefix $(obj),$(COBJS)) +SOBJS := $(addprefix $(obj),$(SOBJS)) + +$(LIB): $(obj).depend $(OBJS) $(SOBJS) + $(call cmd_link_o_target, $(OBJS) $(SOBJS)) + +######################################################################### + +# defines $(obj).depend target +include $(SRCTREE)/rules.mk + +sinclude $(obj).depend + +#########################################################################