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>
This commit is contained in:
parent
845502d263
commit
d47fb4ec7e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue