blob: dec1b22adf54afff9651f92eddb65a9aaa1e4d76 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Alan Ottc54ea492011-03-19 20:29:44 -04002# List of programs to build
3hostprogs-y := hid-example
4
5# Tell kbuild to always build the programs
6always := $(hostprogs-y)
Randy Dunlapd431b2e2011-04-21 11:10:42 +02007
8HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
Pavel Machek04303f82015-03-14 21:57:22 +01009
10all: hid-example