Skip to content

Commit 7b34577

Browse files
pefoley2Jiri Kosina
authored andcommitted
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 <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Jiri Kosina <[email protected]>
1 parent b2dd83b commit 7b34577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/mic/mpssd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mpssd-objs := mpssd.o sysfs.o
66
# Tell kbuild to always build the programs
77
always := $(hostprogs-y)
88

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

1111
ifdef DEBUG
1212
HOSTCFLAGS += -DDEBUG=$(DEBUG)

0 commit comments

Comments
 (0)