blob: a9ab96188fbe011ec3d3337d9dbd936023d0a3ec [file] [log] [blame]
Alan Ottc54ea492011-03-19 20:29:44 -04001# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
3
4# List of programs to build
5hostprogs-y := hid-example
6
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)
Randy Dunlapd431b2e2011-04-21 11:10:42 +02009
10HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
Pavel Machek04303f82015-03-14 21:57:22 +010011
12all: hid-example