Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ashutosh Dixit and committed by
Jonathan Corbet
d47fb4ec 845502d2

+1 -1
+1 -1
Documentation/mic/mpssd/Makefile
··· 1 1 # List of programs to build 2 - hostprogs-y := mpssd 2 + hostprogs-$(CONFIG_X86_64) := mpssd 3 3 4 4 mpssd-objs := mpssd.o sysfs.o 5 5