[PATCH] Documentation: update include path for mpssd

From: Peter Foley
Date: Thu Oct 02 2014 - 19:35:38 EST


sysfs.c includes mpssd.h which includes virtio_ids.h.
sysfs.c doesn't have the proper include flags set to use the latest
headers, so this causes a build error if the system headers are too old.

Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>
Cc: rdunlap@xxxxxxxxxxxxx
Cc: linux-doc@xxxxxxxxxxxxxxx
Cc: sudeep.dutt@xxxxxxxxx
Cc: nikhil.rao@xxxxxxxxx
Cc: ashutosh.dixit@xxxxxxxxx
Cc: akpm@xxxxxxxxxxxxxxxxxxxx
Cc: gregkh@xxxxxxxxxxxxxxxxxxx
Cc: harshavardhan.r.kharche@xxxxxxxxx
Cc: caz.yokoyama@xxxxxxxxx
Cc: dasaratharaman.chandramouli@xxxxxxxxx
Cc: jkosina@xxxxxxx
---

Resending with missing CC to Documentation maintainer

Documentation/mic/mpssd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/mic/mpssd/Makefile b/Documentation/mic/mpssd/Makefile
index 505d84f..0f31568 100644
--- a/Documentation/mic/mpssd/Makefile
+++ b/Documentation/mic/mpssd/Makefile
@@ -6,7 +6,7 @@ mpssd-objs := mpssd.o sysfs.o
# Tell kbuild to always build the programs
always := $(hostprogs-y)

-HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include
+HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include

ifdef DEBUG
HOSTCFLAGS += -DDEBUG=$(DEBUG)
--
2.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/