From 04303f8ec14269b0ea2553863553bc7eaadca1f8 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 14 Mar 2015 21:57:22 +0100 Subject: HID: samples/hidraw: make it possible to select device Makefile that can actually build the example, and allow selecting device to work on. Signed-off-by: Pavel Machek Signed-off-by: Jiri Kosina --- samples/hidraw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/hidraw/Makefile') 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 always := $(hostprogs-y) HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include + +all: hid-example -- cgit v1.2.3