From patchwork Tue Nov 25 04:18:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 414216 X-Patchwork-Delegate: sjg@chromium.org 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 84C9F1401AF for ; Tue, 25 Nov 2014 15:19:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 53FD74B6CB; Tue, 25 Nov 2014 05:19:47 +0100 (CET) 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 eg6uNhIeSRVQ; Tue, 25 Nov 2014 05:19:47 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A01F74B693; Tue, 25 Nov 2014 05:19:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 42BC54B656 for ; Tue, 25 Nov 2014 05:19:30 +0100 (CET) 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 heMN15CY8jDq for ; Tue, 25 Nov 2014 05:19:30 +0100 (CET) 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-ee0-f73.google.com (mail-ee0-f73.google.com [74.125.83.73]) by theia.denx.de (Postfix) with ESMTPS id 0F9B14B654 for ; Tue, 25 Nov 2014 05:19:26 +0100 (CET) Received: by mail-ee0-f73.google.com with SMTP id c41so3037eek.2 for ; Mon, 24 Nov 2014 20:19:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=yrwzP76gCe1Ni/fAh5fldfS5dujYZuFL+7UUybnw6Uo=; b=GQ7doJCKUj6F8LrgcuArxEtSdt/FGr4werRpLAq+pWqYsJalpdHERpJu5mClXiILxa LJJUgGpsmluBrpGJwcSemv9kw3CGRTjeK44OLzPhB9Ufnd8LeTP/YaiUMesyBlhwsHMW KJp5IzLxFqhZ37b6saxVzXp+NvSdblY/dwUM6CqjNPq0UTB4dC2lHPThkLs9NIWQB6op /RIKuFdZm8lq6w8jYwgB0B4VJQq4LAeQH1sVipCkScd+yP2lYIyLCHx9f2x8gu6GMeVP JruOf28ezSeIZ4vgZXhpgqpTc+s1qzuN7ud8FAscI/HGhyOGtK1WlE9YDCU5krR6pM9C Yv/g== X-Gm-Message-State: ALoCoQk9JmV/EY/inNl5g6Z0+qTWbfxoHJ1rvrrMdPEHr46/jhsECU1X4XmyfgoRAFNKRWh5fXmX X-Received: by 10.195.17.134 with SMTP id ge6mr7077997wjd.2.1416889166562; Mon, 24 Nov 2014 20:19:26 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id k66si1643yho.7.2014.11.24.20.19.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 20:19:26 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id vuDMHqCX.1; Mon, 24 Nov 2014 20:19:26 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 534F7220F27; Mon, 24 Nov 2014 21:19:25 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Mon, 24 Nov 2014 21:18:20 -0700 Message-Id: <1416889101-17125-8-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1416889101-17125-1-git-send-email-sjg@chromium.org> References: <1416889101-17125-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ Subject: [U-Boot] [PATCH v3 7/8] x86: Add ivybridge directory to Makefile X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 It is now required to add subdirectories in the x86 cpu Makefile. Add this to fix a build breakage for chromebook_link. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to add ivybridge directory to Makefile Changes in v2: None arch/x86/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index 4d3c5ea..7f09db5 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -13,6 +13,8 @@ obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o obj-y += interrupts.o cpu.o call64.o obj-$(CONFIG_SYS_COREBOOT) += coreboot/ +obj-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += ivybridge/ +obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/ obj-y += lapic.o obj-$(CONFIG_PCI) += pci.o obj-y += turbo.o