diff options
author | Ashutosh Dixit <ashutosh.dixit@intel.com> | 2014-12-04 13:27:29 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-12-05 11:18:36 -0500 |
commit | d47fb4ec7e101a63754939fa49d75fd7e81e94f8 (patch) | |
tree | 771febd4fc07c0bde6c99474c9bf7eb31619511f /Documentation/mic | |
parent | 845502d26301f8c37e2a57ad867672f306e674fb (diff) | |
download | linux-stable-d47fb4ec7e101a63754939fa49d75fd7e81e94f8.tar.gz linux-stable-d47fb4ec7e101a63754939fa49d75fd7e81e94f8.tar.bz2 linux-stable-d47fb4ec7e101a63754939fa49d75fd7e81e94f8.zip |
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@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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/mic')
-rw-r--r-- | Documentation/mic/mpssd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mic/mpssd/Makefile b/Documentation/mic/mpssd/Makefile index 0f3156888048..f47fe6ba7300 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 |