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 382eeae77bd6..a9ab96188fbe 100644 --- a/samples/hidraw/Makefile +++ b/samples/hidraw/Makefile | |||
@@ -8,3 +8,5 @@ hostprogs-y := hid-example | |||
8 | always := $(hostprogs-y) | 8 | always := $(hostprogs-y) |
9 | 9 | ||
10 | HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include | 10 | HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include |
11 | |||
12 | all: hid-example | ||