Blame view

samples/hidraw/Makefile 323 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
c54ea4918   Alan Ott   HID: Documentatio...
2
3
4
5
6
7
8
9
  # kbuild trick to avoid linker error. Can be omitted if a module is built.
  obj- := dummy.o
  
  # List of programs to build
  hostprogs-y := hid-example
  
  # Tell kbuild to always build the programs
  always := $(hostprogs-y)
d431b2e33   Randy Dunlap   HID: hid-example:...
10
11
  
  HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
04303f8ec   Pavel Machek   HID: samples/hidr...
12
13
  
  all: hid-example