LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64
@ 2014-12-04 21:27 Ashutosh Dixit
  2014-12-05  3:27 ` Dan Streetman
  2014-12-05 16:18 ` Jonathan Corbet
  0 siblings, 2 replies; 7+ messages in thread
From: Ashutosh Dixit @ 2014-12-04 21:27 UTC (permalink / raw)
  To: Jonathan Corbet, Jiri Kosina, Jiri Kosina, Peter Foley,
	Randy Dunlap
  Cc: linux-kernel, linux-doc, Siva Yerramreddy, Greg Kroah-Hartman,
	Sudeep Dutt, Caz Yokoyama, Ashutosh Dixit, Daniel Borkmann,
	Nikhil Rao, linuxppc-dev, Jennings, Dan Streetman,
	Dasaratharaman Chandramouli

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@redhat.com>
Reported-by: Dan Streetman <ddstreet@gmail.com>
Suggested-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-05 19:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 21:27 [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64 Ashutosh Dixit
2014-12-05  3:27 ` Dan Streetman
2014-12-05 18:18   ` Ashutosh Dixit
2014-12-05 19:53     ` Dan Streetman
2014-12-05 16:18 ` Jonathan Corbet
2014-12-05 18:26   ` Ashutosh Dixit
2014-12-05 18:29   ` Ashutosh Dixit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox