From: Ashutosh Dixit Date: Thu, 4 Dec 2014 21:27:29 +0000 (-0800) Subject: Documentation: Build mic/mpssd only for x86_64 X-Git-Tag: firefly_0821_release~176^2~2701^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d47fb4ec7e101a63754939fa49d75fd7e81e94f8;p=firefly-linux-kernel-4.4.55.git 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 Reported-by: Dan Streetman Suggested-by: Peter Foley Signed-off-by: Ashutosh Dixit Signed-off-by: Jonathan Corbet --- 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