aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/mic/mpssd/Makefile2
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
7always := $(hostprogs-y) 7always := $(hostprogs-y)
8 8
9HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include 9HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
10 10
11ifdef DEBUG 11ifdef DEBUG
12HOSTCFLAGS += -DDEBUG=$(DEBUG) 12HOSTCFLAGS += -DDEBUG=$(DEBUG)