diff options
Diffstat (limited to 'samples/hidraw/Makefile')
-rw-r--r-- | samples/hidraw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/hidraw/Makefile b/samples/hidraw/Makefile index 7811cb0289aa..382eeae77bd6 100644 --- a/samples/hidraw/Makefile +++ b/samples/hidraw/Makefile | |||
@@ -6,3 +6,5 @@ hostprogs-y := hid-example | |||
6 | 6 | ||
7 | # Tell kbuild to always build the programs | 7 | # Tell kbuild to always build the programs |
8 | always := $(hostprogs-y) | 8 | always := $(hostprogs-y) |
9 | |||
10 | HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include | ||