linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Ashutosh Dixit <ashutosh.dixit@intel.com>
To: Jonathan Corbet <corbet@lwn.net>, Jiri Kosina <jkosina@suse.cz>,
	Jiri Kosina <jkosina@suse.cz>, Peter Foley <pefoley2@pefoley.com>,
	Randy Dunlap <rdunlap@infradead.org>
Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	Siva Yerramreddy <yshivakrishna@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Sudeep Dutt <sudeep.dutt@intel.com>,
	Caz Yokoyama <Caz.Yokoyama@intel.com>,
	Ashutosh Dixit <ashutosh.dixit@intel.com>,
	Daniel Borkmann <dborkman@redhat.com>,
	Nikhil Rao <nikhil.rao@intel.com>,
	linuxppc-dev@lists.ozlabs.org,
	Jennings <sjennings@variantweb.net>,
	Dan Streetman <ddstreet@ieee.org>,
	Dasaratharaman Chandramouli
	<dasaratharaman.chandramouli@intel.com>
Subject: [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64
Date: Thu,  4 Dec 2014 13:27:29 -0800	[thread overview]
Message-ID: <25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com> (raw)

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

             reply	other threads:[~2014-12-04 21:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04 21:27 Ashutosh Dixit [this message]
2014-12-05  3:27 ` [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=Caz.Yokoyama@intel.com \
    --cc=corbet@lwn.net \
    --cc=dasaratharaman.chandramouli@intel.com \
    --cc=dborkman@redhat.com \
    --cc=ddstreet@ieee.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkosina@suse.cz \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nikhil.rao@intel.com \
    --cc=pefoley2@pefoley.com \
    --cc=rdunlap@infradead.org \
    --cc=sjennings@variantweb.net \
    --cc=sudeep.dutt@intel.com \
    --cc=yshivakrishna@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).