[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412292579-21519-1-git-send-email-pefoley2@pefoley.com>
Date: Thu, 2 Oct 2014 19:29:39 -0400
From: Peter Foley <pefoley2@...oley.com>
To: linux-kernel@...r.kernel.org
Cc: Peter Foley <pefoley2@...oley.com>, rdunlap@...radead.org,
linux-doc@...r.kernel.org, sudeep.dutt@...el.com,
nikhil.rao@...el.com, ashutosh.dixit@...el.com,
akpm@...ux-foundation.org, gregkh@...uxfoundation.org,
harshavardhan.r.kharche@...el.com, caz.yokoyama@...el.com,
dasaratharaman.chandramouli@...el.com
Subject: [PATCH] Documentation: update include path for mpssd
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@...oley.com>
Cc: rdunlap@...radead.org
Cc: linux-doc@...r.kernel.org
Cc: sudeep.dutt@...el.com
Cc: nikhil.rao@...el.com
Cc: ashutosh.dixit@...el.com
Cc: akpm@...ux-foundation.org
Cc: gregkh@...uxfoundation.org
Cc: harshavardhan.r.kharche@...el.com
Cc: caz.yokoyama@...el.com
Cc: dasaratharaman.chandramouli@...el.com
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists