From patchwork Wed Sep 23 05:40:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Ellerman X-Patchwork-Id: 7247721 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9682FBEEC1 for ; Wed, 23 Sep 2015 05:41:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A950120A69 for ; Wed, 23 Sep 2015 05:41:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8AC520662 for ; Wed, 23 Sep 2015 05:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752121AbbIWFkl (ORCPT ); Wed, 23 Sep 2015 01:40:41 -0400 Received: from ozlabs.org ([103.22.144.67]:58506 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbbIWFkj (ORCPT ); Wed, 23 Sep 2015 01:40:39 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 672DC1402ED; Wed, 23 Sep 2015 15:40:37 +1000 (AEST) From: Michael Ellerman To: Cc: , linux-kbuild@vger.kernel.org, yann.morin.1998@free.fr, mmarek@suse.com Subject: [RFC PATCH 2/2] powerpc: Add ppc64le_defconfig Date: Wed, 23 Sep 2015 15:40:35 +1000 Message-Id: <1442986835-13985-2-git-send-email-mpe@ellerman.id.au> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1442986835-13985-1-git-send-email-mpe@ellerman.id.au> References: <1442986835-13985-1-git-send-email-mpe@ellerman.id.au> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Based directly on ppc64_defconfig using merge_config. Signed-off-by: Michael Ellerman --- arch/powerpc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index b9b4af2af9a5..3704db45a832 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -288,6 +288,10 @@ PHONY += pseries_le_defconfig pseries_le_defconfig: $(call merge_into_defconfig,pseries_defconfig,le) +PHONY += ppc64le_defconfig +ppc64le_defconfig: + $(call merge_into_defconfig,ppc64_defconfig,le) + PHONY += mpc85xx_defconfig mpc85xx_defconfig: $(call merge_into_defconfig,mpc85xx_basic_defconfig,\