aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mic/mpssd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mic/mpssd/Makefile')
-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 aaa89d137c1a..505d84f1825d 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 9HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include
10 10
11ifdef DEBUG 11ifdef DEBUG
12HOSTCFLAGS += -DDEBUG=$(DEBUG) 12HOSTCFLAGS += -DDEBUG=$(DEBUG)