[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com>
Date: Thu, 4 Dec 2014 13:27:29 -0800
From: Ashutosh Dixit <ashutosh.dixit@...el.com>
To: Jonathan Corbet <corbet@....net>, Jiri Kosina <jkosina@...e.cz>,
Jiri Kosina <jkosina@...e.cz>,
Peter Foley <pefoley2@...oley.com>,
Randy Dunlap <rdunlap@...radead.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dan Streetman <ddstreet@...e.org>,
Jennings <sjennings@...iantweb.net>,
Ashutosh Dixit <ashutosh.dixit@...el.com>,
Caz Yokoyama <Caz.Yokoyama@...el.com>,
Sudeep Dutt <sudeep.dutt@...el.com>,
Dasaratharaman Chandramouli
<dasaratharaman.chandramouli@...el.com>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
Nikhil Rao <nikhil.rao@...el.com>,
Daniel Borkmann <dborkman@...hat.com>,
linuxppc-dev@...ts.ozlabs.org,
Siva Yerramreddy <yshivakrishna@...il.com>
Subject: [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64
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 <dborkman@...hat.com>
Reported-by: Dan Streetman <ddstreet@...il.com>
Suggested-by: Peter Foley <pefoley2@...oley.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists