Browse Source

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>
Ashutosh Dixit 10 years ago
parent
commit
d47fb4ec7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/mic/mpssd/Makefile

+ 1 - 1
Documentation/mic/mpssd/Makefile

@@ -1,5 +1,5 @@
 # List of programs to build
 # List of programs to build
-hostprogs-y := mpssd
+hostprogs-$(CONFIG_X86_64) := mpssd
 
 
 mpssd-objs := mpssd.o sysfs.o
 mpssd-objs := mpssd.o sysfs.o