diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-10-02 19:35:26 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-03 09:48:20 -0400 |
commit | 7b345771ba921361b318e95bf21b257c65ac141c (patch) | |
tree | 1c990c6f445d39ca857e96a4677b01e80c67a3e6 /Documentation/mic | |
parent | b2dd83b377d390ab503420c9a5867df5741e273d (diff) |
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@pefoley.com>
Cc: rdunlap@infradead.org
Cc: linux-doc@vger.kernel.org
Cc: sudeep.dutt@intel.com
Cc: nikhil.rao@intel.com
Cc: ashutosh.dixit@intel.com
Cc: akpm@linux-foundation.org
Cc: gregkh@linuxfoundation.org
Cc: harshavardhan.r.kharche@intel.com
Cc: caz.yokoyama@intel.com
Cc: dasaratharaman.chandramouli@intel.com
Cc: jkosina@suse.cz
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/mic')
-rw-r--r-- | Documentation/mic/mpssd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mic/mpssd/Makefile b/Documentation/mic/mpssd/Makefile index 505d84f1825d..0f3156888048 100644 --- a/Documentation/mic/mpssd/Makefile +++ b/Documentation/mic/mpssd/Makefile | |||
@@ -6,7 +6,7 @@ mpssd-objs := mpssd.o sysfs.o | |||
6 | # Tell kbuild to always build the programs | 6 | # Tell kbuild to always build the programs |
7 | always := $(hostprogs-y) | 7 | always := $(hostprogs-y) |
8 | 8 | ||
9 | HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include | 9 | HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include |
10 | 10 | ||
11 | ifdef DEBUG | 11 | ifdef DEBUG |
12 | HOSTCFLAGS += -DDEBUG=$(DEBUG) | 12 | HOSTCFLAGS += -DDEBUG=$(DEBUG) |