Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754814AbaLDVLH (ORCPT ); Thu, 4 Dec 2014 16:11:07 -0500 Received: from mga03.intel.com ([134.134.136.65]:14833 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753165AbaLDVLG (ORCPT ); Thu, 4 Dec 2014 16:11:06 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,518,1413270000"; d="scan'208";a="618812076" From: Ashutosh Dixit To: Jonathan Corbet , Jiri Kosina , Jiri Kosina , Peter Foley , Randy Dunlap Cc: Greg Kroah-Hartman , Dan Streetman , Jennings , Ashutosh Dixit , Caz Yokoyama , Sudeep Dutt , Dasaratharaman Chandramouli , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Nikhil Rao , Daniel Borkmann , linuxppc-dev@lists.ozlabs.org, Siva Yerramreddy Subject: [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64 Date: Thu, 4 Dec 2014 13:27:29 -0800 Message-Id: <25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com> X-Mailer: git-send-email 2.0.0.rc3.2.g998f840 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org mic/mpssd along with MIC drivers are currently only usable on x86_64. So build mic/mpssd only for x86_64 to avoid build breaks on big-endian systems. Reported-by: Daniel Borkmann Reported-by: Dan Streetman Suggested-by: Peter Foley Signed-off-by: Ashutosh Dixit --- Documentation/mic/mpssd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/mic/mpssd/Makefile b/Documentation/mic/mpssd/Makefile index 0f31568..f47fe6b 100644 --- a/Documentation/mic/mpssd/Makefile +++ b/Documentation/mic/mpssd/Makefile @@ -1,5 +1,5 @@ # List of programs to build -hostprogs-y := mpssd +hostprogs-$(CONFIG_X86_64) := mpssd mpssd-objs := mpssd.o sysfs.o -- 2.0.0.rc3.2.g998f840 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/